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