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