2 implementations of IsVersionSupported
Microsoft.AspNetCore.Components.Server (1)
BlazorPack\BlazorPackHubProtocol.cs (1)
33public bool IsVersionSupported(int version)
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
83public bool IsVersionSupported(int version)
1 reference to IsVersionSupported
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
589if (!Protocol.IsVersionSupported(handshakeRequestMessage.Version))