mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-17 22:19:39 +02:00
Add support for multiple webhooks (#615)
This commit is contained in:
@@ -95,9 +95,9 @@ namespace WireMock
|
||||
bool LogMapping { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The Webhook.
|
||||
/// The Webhooks.
|
||||
/// </summary>
|
||||
IWebhook Webhook { get; }
|
||||
IWebhook[] Webhooks { get; }
|
||||
|
||||
/// <summary>
|
||||
/// ProvideResponseAsync
|
||||
|
||||
Reference in New Issue
Block a user