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