7 references to _channel
Microsoft.AspNetCore.SignalR.Client.Core (7)
Internal\InvocationRequest.cs (7)
88
public ChannelReader<object?> Result =>
_channel
.Reader;
103
_channel
.Writer.TryComplete(new InvalidOperationException("Server provided a result in a completion response to a streamed invocation."));
118
_channel
.Writer.TryComplete();
132
_channel
.Writer.TryComplete(exception);
139
while (!
_channel
.Writer.TryWrite(item))
141
if (!await
_channel
.Writer.WaitToWriteAsync().ConfigureAwait(false))
163
_channel
.Writer.TryComplete(new OperationCanceledException());