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