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