3 overrides of TryParseRequest
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
694protected override bool TryParseRequest(ReadResult result, out bool endConnection)
Internal\Http2\Http2Stream.cs (1)
202protected override bool TryParseRequest(ReadResult result, out bool endConnection)
Internal\Http3\Http3Stream.cs (1)
950protected override bool TryParseRequest(ReadResult result, out bool endConnection)
1 reference to TryParseRequest
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
651} while (!TryParseRequest(result, out endConnection));