6 references to Utils
Microsoft.AspNetCore.Http.Connections.Client (6)
HttpConnection.cs (5)
355RemoteEndPoint = new UriEndPoint(Utils.CreateEndPointUri(uri)); 411RemoteEndPoint = new UriEndPoint(Utils.CreateEndPointUri(uri)); 464uri = Utils.AppendQueryString(urlBuilder.Uri, $"negotiateVersion={_protocolVersionNumber}"); 469uri = Utils.AppendQueryString(uri, "useStatefulReconnect=true"); 515return Utils.AppendQueryString(url, $"id={connectionId}");
Internal\WebSocketsTransport.cs (1)
253url = Utils.AppendQueryString(url, accessTokenEncoded);