6 references to Headers
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
755
case Http3FrameType.
Headers
: // Servers should not send these frames to a control stream.
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (5)
399
if (frameType != Http3FrameType.
Headers
)
568
case Http3FrameType.
Headers
:
721
_sendBuffer.ActiveSpan[0] = (byte)Http3FrameType.
Headers
;
905
case Http3FrameType.
Headers
:
1383
case Http3FrameType.
Headers
: