6 references to ToFormattedType
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Frames\Http3RawFrame.cs (1)
16
public string FormattedType => Http3Formatting.
ToFormattedType
(Type);
Internal\Http3\Http3ControlStream.cs (1)
433
var message = CoreStrings.FormatHttp3ErrorControlStreamFrameReceivedBeforeSettings(Http3Formatting.
ToFormattedType
(frameType));
Internal\Http3\Http3Stream.cs (2)
784
throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3StreamErrorFrameReceivedAfterTrailers(Http3Formatting.
ToFormattedType
(Http3FrameType.Headers)), Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame);
890
var message = CoreStrings.FormatHttp3StreamErrorFrameReceivedAfterTrailers(Http3Formatting.
ToFormattedType
(Http3FrameType.Data));
Internal\Infrastructure\KestrelTrace.Http3.cs (2)
40
Http3Log.Http3FrameReceived(_http3Logger, connectionId, Http3Formatting.
ToFormattedType
(frame.Type), streamId, frame.Length);
48
Http3Log.Http3FrameSending(_http3Logger, connectionId, Http3Formatting.
ToFormattedType
(frame.Type), streamId, frame.Length);