mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 08:39:00 +01:00
* . * set * . * . * . * . * prio * appsettings * TinyMapperUtils * set * p * nullable * . * , * fs * . * . * --PreferProxyMapping
9 lines
247 B
C#
9 lines
247 B
C#
namespace WireMock.Constants
|
|
{
|
|
internal static class WireMockConstants
|
|
{
|
|
public const int AdminPriority = int.MinValue;
|
|
public const int MinPriority = -1_000_000;
|
|
public const int ProxyPriority = -2_000_000;
|
|
}
|
|
} |