4 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)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocol.cs (1)
54public bool IsVersionSupported(int version)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Protocol\NewtonsoftJsonHubProtocol.cs (1)
73public bool IsVersionSupported(int version)
2 references to IsVersionSupported
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
507if (statefulReconnectFeature is null && _protocol.IsVersionSupported(1))
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
589if (!Protocol.IsVersionSupported(handshakeRequestMessage.Version))