3 references to ShowFlags
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelTrace.Http2.cs (2)
41
Http2Log.Http2FrameReceived(_http2Logger, connectionId, frame.Type, frame.StreamId, frame.PayloadLength, frame.
ShowFlags
());
64
Http2Log.Http2FrameSending(_http2Logger, connectionId, frame.Type, frame.StreamId, frame.PayloadLength, frame.
ShowFlags
());
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
63
return $"{Type} Stream: {StreamId} Length: {PayloadLength} Flags: {
ShowFlags
()}";