5 references to Name
Microsoft.AspNetCore.SignalR.Core (5)
Internal\SignalRServerActivitySource.cs (5)
14
internal const string InvocationIn = $"{
Name
}.InvocationIn";
15
internal const string OnConnected = $"{
Name
}.OnConnected";
16
internal const string OnDisconnected = $"{
Name
}.OnDisconnected";
17
internal const string OnAuthenticationRefreshed = $"{
Name
}.OnAuthenticationRefreshed";
19
public ActivitySource ActivitySource { get; } = new ActivitySource(
Name
);