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