4 references to HttpMethod
dotnet (2)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (2)
115
if (string.Equals(request.
HttpMethod
, "OPTIONS", StringComparison.OrdinalIgnoreCase))
136
if (!string.Equals(request.
HttpMethod
, "POST", StringComparison.OrdinalIgnoreCase))
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (2)
115
if (string.Equals(request.
HttpMethod
, "OPTIONS", StringComparison.OrdinalIgnoreCase))
136
if (!string.Equals(request.
HttpMethod
, "POST", StringComparison.OrdinalIgnoreCase))