1 write to Connection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2159
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);
1349
if (connectionState.
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
1497
HandshakeProtocol.WriteRequestMessage(handshakeRequest, startingConnectionState.
Connection
.Transport.Output);
1499
var sendHandshakeResult = await startingConnectionState.
Connection
.Transport.Output.FlushAsync(CancellationToken.None).ConfigureAwait(false);
1509
var input = startingConnectionState.
Connection
.Transport.Input;
1634
var input = connectionState.
Connection
.Transport.Input;
1744
await CloseAsync(connectionState.
Connection
).ConfigureAwait(false);
2169
if (
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
2267
Connection
.Transport.Input.CancelPendingRead();
2392
Connection
.Transport.Input.CancelPendingRead();