1 write to HttpVersion
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
208
webSocket.Options.
HttpVersion
= HttpVersion.Version11;
4 references to HttpVersion
Microsoft.AspNetCore.Http.Connections.Client (4)
Internal\WebSocketsTransport.cs (4)
177
if (webSocket.Options.
HttpVersion
>= HttpVersion.Version20 && allowHttp2)
203
if (!allowHttp2 && webSocket.Options.
HttpVersion
>= HttpVersion.Version20)
240
&& webSocket.Options.
HttpVersion
< HttpVersion.Version20
268
if (webSocket.Options.
HttpVersion
> HttpVersion.Version11)