1 write to Protocol
Microsoft.AspNetCore.SignalR.Common (1)
Protocol\HandshakeRequestMessage.cs (1)
18Protocol = protocol;
6 references to Protocol
Microsoft.AspNetCore.SignalR.Common (1)
Protocol\HandshakeProtocol.cs (1)
65writer.WriteString(ProtocolPropertyNameBytes, requestMessage.Protocol);
Microsoft.AspNetCore.SignalR.Core (5)
HubConnectionContext.cs (5)
653Protocol = protocolResolver.GetProtocol(handshakeRequestMessage.Protocol, supportedProtocols)!; 658await WriteHandshakeResponseAsync(new HandshakeResponseMessage($"The protocol '{handshakeRequestMessage.Protocol}' is not supported.")); 664Log.ProtocolVersionFailed(_logger, handshakeRequestMessage.Protocol, handshakeRequestMessage.Version); 666$"The server does not support version {handshakeRequestMessage.Version} of the '{handshakeRequestMessage.Protocol}' protocol.")); 703Log.DisablingReconnect(_logger, handshakeRequestMessage.Protocol, handshakeRequestMessage.Version);