6 references to Headers
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
747
case Http3FrameType.
Headers
: // Servers should not send these frames to a control stream.
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (5)
417
if (frameType != Http3FrameType.
Headers
)
602
case Http3FrameType.
Headers
:
751
_sendBuffer.ActiveSpan[0] = (byte)Http3FrameType.
Headers
;
935
case Http3FrameType.
Headers
:
1413
case Http3FrameType.
Headers
: