1 write to Connection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2448
Connection
= connection;
15 references to Connection
Microsoft.AspNetCore.SignalR.Client.Core (15)
HubConnection.cs (15)
220
public string? ConnectionId => _state.CurrentConnectionStateUnsynchronized?.
Connection
.ConnectionId;
565
await CloseAsync(startingConnectionState.
Connection
).ConfigureAwait(false);
616
var connection = connectionState.
Connection
;
907
if (connectionState.
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
1527
_protocol.WriteMessage(hubMessage, connectionState.
Connection
.Transport.Output);
1529
await connectionState.
Connection
.Transport.Output.FlushAsync(cancellationToken).ConfigureAwait(false);
1657
if (connectionState.
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
1805
HandshakeProtocol.WriteRequestMessage(handshakeRequest, startingConnectionState.
Connection
.Transport.Output);
1807
var sendHandshakeResult = await startingConnectionState.
Connection
.Transport.Output.FlushAsync(CancellationToken.None).ConfigureAwait(false);
1817
var input = startingConnectionState.
Connection
.Transport.Input;
1942
var input = connectionState.
Connection
.Transport.Input;
2054
await CloseAsync(connectionState.
Connection
).ConfigureAwait(false);
2458
if (
Connection
.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)
2556
Connection
.Transport.Input.CancelPendingRead();
2695
Connection
.Transport.Input.CancelPendingRead();