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