Implemented interface member:
property
Name
Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol.Name
2 references to Name
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
VersionJsonHubProtocol.cs (1)
25public string Name => _innerProtocol.Name;
Microsoft.AspNetCore.SignalR.Tests (1)
Internal\DefaultHubProtocolResolverTests.cs (1)
82var resolvedProtocol = resolver.GetProtocol(jsonProtocol2.Name, null);