2 references to Protocol
System.Net.Http (2)
System\Net\Http\HttpRequestMessage.cs (1)
195internal bool IsExtendedConnectRequest => Method == HttpMethod.Connect && _headers?.Protocol != null;
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1537if (request.Headers.Protocol is string protocol)