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