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