1 write to _protocol
Microsoft.AspNetCore.SignalR.Client.Core (1)
10 references to _protocol
Microsoft.AspNetCore.SignalR.Client.Core (10)
HubConnection.cs (10)
514var usedProtocolVersion = _protocol.Version;
515if (statefulReconnectFeature is null && _protocol.IsVersionSupported(1))
522else if (_protocol.Version < 2)
526Log.DisablingReconnect(_logger, _protocol.Name, _protocol.Version);
533Log.HubProtocol(_logger, _protocol.Name, usedProtocolVersion);
1393_protocol.WriteMessage(hubMessage, connectionState.Connection.Transport.Output);
1670var handshakeRequest = new HandshakeRequestMessage(_protocol.Name, protocolVersion);
1830while (_protocol.TryParseMessage(ref buffer, connectionState, out var message))
2345_messageBuffer = new MessageBuffer(connection, hubConnection._protocol,