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