1 write to ConnectionUrl
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2150ConnectionUrl = (connection.RemoteEndPoint is UriEndPoint ep) ? ep.Uri : null;
4 references to ConnectionUrl
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
1029SetServerTags(activity, connectionState.ConnectionUrl); 1042if (connectionState.ConnectionUrl != null && connectionState.ConnectionUrl != initialUri) 1044SetServerTags(activity, connectionState.ConnectionUrl);