9 references to None
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (1)
361Method = HttpMethod.None;
Internal\Http2\Http2Stream.cs (2)
250if (Method == HttpMethod.None && !TryValidateMethod()) 354if (Method == HttpMethod.None)
Internal\Http3\Http3Stream.cs (1)
1075if (Method == HttpMethod.None)
Internal\Infrastructure\HttpUtilities.cs (5)
274return HttpMethod.None; 337HttpMethod.None, 338HttpMethod.None, 339HttpMethod.None, 348HttpMethod.None,