1 write to Connection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2149Connection = connection;
14 references to Connection
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
186public string? ConnectionId => _state.CurrentConnectionStateUnsynchronized?.Connection.ConnectionId; 529await CloseAsync(startingConnectionState.Connection).ConfigureAwait(false); 615if (connectionState.Connection.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 1213_protocol.WriteMessage(hubMessage, connectionState.Connection.Transport.Output); 1215await connectionState.Connection.Transport.Output.FlushAsync(cancellationToken).ConfigureAwait(false); 1339if (connectionState.Connection.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 1487HandshakeProtocol.WriteRequestMessage(handshakeRequest, startingConnectionState.Connection.Transport.Output); 1489var sendHandshakeResult = await startingConnectionState.Connection.Transport.Output.FlushAsync(CancellationToken.None).ConfigureAwait(false); 1499var input = startingConnectionState.Connection.Transport.Input; 1624var input = connectionState.Connection.Transport.Input; 1734await CloseAsync(connectionState.Connection).ConfigureAwait(false); 2159if (Connection.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 2257Connection.Transport.Input.CancelPendingRead(); 2382Connection.Transport.Input.CancelPendingRead();