2 writes to Method
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpParserTests.cs (2)
881Method = method != HttpMethod.Custom ? HttpUtilities.MethodToString(method) : customMethod.GetAsciiStringNonNullCharacters(); 899Method = method != HttpMethod.Custom ? HttpUtilities.MethodToString(method) : customMethod.GetAsciiStringNonNullCharacters();
1 reference to Method
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
43Assert.Equal(requestHandler.Method, expectedMethod);