mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-25 03:34:58 +01:00
* More nullable annotations * . * . * FIX * pact * . * p * xxx * ... * auth * array * ...
8 lines
132 B
C#
8 lines
132 B
C#
namespace WireMock.Settings;
|
|
|
|
/// <summary>
|
|
/// WebhookSettings
|
|
/// </summary>
|
|
public class WebhookSettings : HttpClientSettings
|
|
{
|
|
} |