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