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