2 references to MethodEnd
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
328
_methodText = startLine[..versionAndMethod.
MethodEnd
].GetAsciiString();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
908
var customMethod = startLine[..versionAndMethod.
MethodEnd
];