6 references to HubConnectionExtensions
Microsoft.AspNetCore.SignalR.Client.Core (6)
HubConnection.cs (5)
347
/// This is a low level method for registering a handler. Using an <see cref="
HubConnectionExtensions
"/> <c>On</c> extension method is recommended.
380
/// This is a low level method for registering a handler. Using an <see cref="
HubConnectionExtensions
"/> <c>On</c> extension method is recommended.
426
/// This is a low level method for invoking a streaming hub method on the server. Using an <see cref="
HubConnectionExtensions
"/> <c>StreamAsChannelAsync</c> extension method is recommended.
448
/// This is a low level method for invoking a hub method on the server. Using an <see cref="
HubConnectionExtensions
"/> <c>InvokeAsync</c> extension method is recommended.
467
/// This is a low level method for invoking a hub method on the server. Using an <see cref="
HubConnectionExtensions
"/> <c>SendAsync</c> extension method is recommended.
Internal\InvocationRequest.cs (1)
213
_completionSource.TrySetException(new InvalidOperationException($"Streaming hub methods must be invoked with the '{nameof(HubConnection)}.{nameof(
HubConnectionExtensions
.StreamAsChannelAsync)}' method."));