1 write to HubType
Microsoft.AspNetCore.SignalR.Core (1)
HubMetadata.cs (1)
17HubType = hubType;
4 references to HubType
Microsoft.AspNetCore.SignalR.Tests (4)
MapSignalRTests.cs (4)
323Assert.Equal(typeof(AuthHub), endpoint.Metadata.GetMetadata<HubMetadata>()?.HubType); 329Assert.Equal(typeof(AuthHub), endpoint.Metadata.GetMetadata<HubMetadata>()?.HubType); 354Assert.Equal(typeof(AuthHub), endpoint.Metadata.GetMetadata<HubMetadata>()?.HubType); 360Assert.Equal(typeof(AuthHub), endpoint.Metadata.GetMetadata<HubMetadata>()?.HubType);