1 write to Connection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2333
Connection
= connection;
15 references to Connection
Microsoft.AspNetCore.SignalR.Client.Core (15)
HubConnection.cs (15)
198
public string? ConnectionId => _state.CurrentConnectionStateUnsynchronized?.
Connection
.ConnectionId;
543
await CloseAsync(startingConnectionState.
Connection
).ConfigureAwait(false);
586
var connection = connectionState.
Connection
;
773
if (connectionState.
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
1393
_protocol.WriteMessage(hubMessage, connectionState.
Connection
.Transport.Output);
1395
await connectionState.
Connection
.Transport.Output.FlushAsync(cancellationToken).ConfigureAwait(false);
1523
if (connectionState.
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
1671
HandshakeProtocol.WriteRequestMessage(handshakeRequest, startingConnectionState.
Connection
.Transport.Output);
1673
var sendHandshakeResult = await startingConnectionState.
Connection
.Transport.Output.FlushAsync(CancellationToken.None).ConfigureAwait(false);
1683
var input = startingConnectionState.
Connection
.Transport.Input;
1808
var input = connectionState.
Connection
.Transport.Input;
1918
await CloseAsync(connectionState.
Connection
).ConfigureAwait(false);
2343
if (
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
2441
Connection
.Transport.Input.CancelPendingRead();
2580
Connection
.Transport.Input.CancelPendingRead();