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