1 write to Protocol
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
397request.Headers.Protocol = "websocket";
2 references to Protocol
System.Net.Http (2)
System\Net\Http\HttpRequestMessage.cs (1)
189internal bool IsExtendedConnectRequest => Method == HttpMethod.Connect && _headers?.Protocol != null;
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1521if (request.Headers.Protocol is string protocol)