5 references to Trace
Microsoft.AspNetCore.Server.IISIntegration.Tests (1)
IISMiddlewareTests.cs (1)
151HttpMethod.Trace,
Microsoft.AspNetCore.SignalR.Client.Tests (1)
TestHttpMessageHandler.cs (1)
157public void OnTrace(string pathAndQuery, Func<HttpRequestMessage, CancellationToken, Task<HttpResponseMessage>> handler) => OnRequest(HttpMethod.Trace, pathAndQuery, handler);
Microsoft.AspNetCore.StaticAssets.Tests (1)
StaticAssetsIntegrationTests.cs (1)
782new [] { HttpMethod.Trace },
Microsoft.AspNetCore.StaticFiles.Tests (1)
CacheHeaderTests.cs (1)
441new [] { HttpMethod.Trace },
System.Net.Http (1)
System\Net\Http\HttpMethod.cs (1)
109't' => Trace,