1 write to _protocol
Microsoft.AspNetCore.SignalR.Client.Core (1)
10 references to _protocol
Microsoft.AspNetCore.SignalR.Client.Core (10)
HubConnection.cs (10)
500var usedProtocolVersion = _protocol.Version;
501if (statefulReconnectFeature is null && _protocol.IsVersionSupported(1))
508else if (_protocol.Version < 2)
512Log.DisablingReconnect(_logger, _protocol.Name, _protocol.Version);
519Log.HubProtocol(_logger, _protocol.Name, usedProtocolVersion);
1213_protocol.WriteMessage(hubMessage, connectionState.Connection.Transport.Output);
1486var handshakeRequest = new HandshakeRequestMessage(_protocol.Name, protocolVersion);
1646while (_protocol.TryParseMessage(ref buffer, connectionState, out var message))
2161_messageBuffer = new MessageBuffer(connection, hubConnection._protocol,