8 references to Custom
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1Connection.cs (1)
428
if (method == HttpMethod.
Custom
)
Internal\Http\HttpParser.cs (1)
412
if (method == HttpMethod.
Custom
)
Internal\Http2\Http2Stream.cs (1)
359
if (Method == HttpMethod.
Custom
)
Internal\Http3\Http3Stream.cs (1)
1137
if (Method == HttpMethod.
Custom
)
Internal\Infrastructure\HttpUtilities.cs (4)
42
var invalidHttpMethod = new Tuple<ulong, ulong, HttpMethod, int>(_mask8Chars, 0ul, HttpMethod.
Custom
, 0);
210
return method != HttpMethod.
Custom
;
242
return HttpMethod.
Custom
;
293
return HttpMethod.
Custom
;