10 references to GetAsciiStringAsLong
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Infrastructure\HttpUtilities.cs (2)
22
private static readonly ulong _httpSchemeLong =
GetAsciiStringAsLong
(HttpUriScheme + "\0");
23
private static readonly ulong _httpsSchemeLong =
GetAsciiStringAsLong
(HttpsUriScheme);
Internal\Infrastructure\HttpUtilities.Generated.cs (8)
16
private static readonly ulong _httpConnectMethodLong =
GetAsciiStringAsLong
("CONNECT ");
17
private static readonly ulong _httpDeleteMethodLong =
GetAsciiStringAsLong
("DELETE \0");
18
private static readonly ulong _httpHeadMethodLong =
GetAsciiStringAsLong
("HEAD \0\0\0");
19
private static readonly ulong _httpPatchMethodLong =
GetAsciiStringAsLong
("PATCH \0\0");
20
private static readonly ulong _httpPostMethodLong =
GetAsciiStringAsLong
("POST \0\0\0");
21
private static readonly ulong _httpPutMethodLong =
GetAsciiStringAsLong
("PUT \0\0\0\0");
22
private static readonly ulong _httpOptionsMethodLong =
GetAsciiStringAsLong
("OPTIONS ");
23
private static readonly ulong _httpTraceMethodLong =
GetAsciiStringAsLong
("TRACE \0\0");