3 references to UriEndPoint
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
359RemoteEndPoint = new UriEndPoint(Utils.CreateEndPointUri(uri)); 415RemoteEndPoint = new UriEndPoint(Utils.CreateEndPointUri(uri));
Microsoft.AspNetCore.SignalR.Client (1)
HubConnectionBuilderHttpExtensions.cs (1)
171: base(httpConnectionOptions.Value.Url!)