1 write to _serviceName
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
250_serviceName = (_endPoint is UriEndPoint e) ? e.Uri.AbsolutePath.Trim('/') : null;
3 references to _serviceName
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1118if (!string.IsNullOrEmpty(_serviceName)) 1120activity.DisplayName = $"{_serviceName}/{methodName}"; 1121activity.SetTag("rpc.service", _serviceName);