4 references to Settings
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (3)
523
buffer[1] = (byte)Http3FrameType.
Settings
;
734
if (frameType != Http3FrameType.
Settings
)
752
case Http3FrameType.
Settings
:
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
908
case Http3FrameType.
Settings
: // These frames should only be received on a control stream, not a response stream.