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