9 references to None
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (1)
354Method = HttpMethod.None;
Internal\Http2\Http2Stream.cs (2)
238if (Method == HttpMethod.None && !TryValidateMethod()) 342if (Method == HttpMethod.None)
Internal\Http3\Http3Stream.cs (1)
1064if (Method == HttpMethod.None)
Internal\Infrastructure\HttpUtilities.cs (5)
258return HttpMethod.None; 321HttpMethod.None, 322HttpMethod.None, 323HttpMethod.None, 332HttpMethod.None,