1 override of GetTargetName
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
822
public override string?
GetTargetName
(ReadOnlySpan<byte> targetUtf8Bytes)
1 reference to GetTargetName
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubConnectionBinder.cs (1)
43
return _dispatcher.
GetTargetName
(targetUtf8Bytes);