1 write to Connection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2155Connection = connection;
14 references to Connection
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
192public string? ConnectionId => _state.CurrentConnectionStateUnsynchronized?.Connection.ConnectionId; 535await CloseAsync(startingConnectionState.Connection).ConfigureAwait(false); 621if (connectionState.Connection.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 1219_protocol.WriteMessage(hubMessage, connectionState.Connection.Transport.Output); 1221await connectionState.Connection.Transport.Output.FlushAsync(cancellationToken).ConfigureAwait(false); 1345if (connectionState.Connection.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 1493HandshakeProtocol.WriteRequestMessage(handshakeRequest, startingConnectionState.Connection.Transport.Output); 1495var sendHandshakeResult = await startingConnectionState.Connection.Transport.Output.FlushAsync(CancellationToken.None).ConfigureAwait(false); 1505var input = startingConnectionState.Connection.Transport.Input; 1630var input = connectionState.Connection.Transport.Input; 1740await CloseAsync(connectionState.Connection).ConfigureAwait(false); 2165if (Connection.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 2263Connection.Transport.Input.CancelPendingRead(); 2388Connection.Transport.Input.CancelPendingRead();