12 references to HubConnectionExtensions
Microsoft.AspNetCore.SignalR.Client.Core (12)
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.
HubConnectionExtensions.cs (1)
11/// Extension methods for <see cref="HubConnectionExtensions"/>.
HubConnectionExtensions.InvokeAsync.cs (1)
13/// Extension methods for <see cref="HubConnectionExtensions"/>.
HubConnectionExtensions.InvokeAsyncGeneric.cs (1)
13/// Extension methods for <see cref="HubConnectionExtensions"/>.
HubConnectionExtensions.SendAsync.cs (1)
12/// Extension methods for <see cref="HubConnectionExtensions"/>.
HubConnectionExtensions.StreamAsChannelAsync.cs (1)
14/// Extension methods for <see cref="HubConnectionExtensions"/>.
HubConnectionExtensions.StreamAsync.cs (1)
12/// Extension methods for <see cref="HubConnectionExtensions"/>.
Internal\InvocationRequest.cs (1)
213_completionSource.TrySetException(new InvalidOperationException($"Streaming hub methods must be invoked with the '{nameof(HubConnection)}.{nameof(HubConnectionExtensions.StreamAsChannelAsync)}' method."));