mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 18:56:50 +02:00
* Add TIOBE + include SonarAnalyzer.CSharp * . * cp * Copyright © WireMock.Net * more fixes * fix * xpath * if (Matchers == null || !Matchers.Any()) * if (Matchers != null) * ? * . * .
10 lines
162 B
C#
10 lines
162 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Settings;
|
|
|
|
/// <summary>
|
|
/// WebhookSettings
|
|
/// </summary>
|
|
public class WebhookSettings : HttpClientSettings
|
|
{
|
|
} |