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)
1118
if (!string.IsNullOrEmpty(
_serviceName
))
1120
activity.DisplayName = $"{
_serviceName
}/{methodName}";
1121
activity.SetTag("rpc.service",
_serviceName
);