HubConnectionBuilderHttpExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for IHubConnectionBuilder.
public ref class HubConnectionBuilderHttpExtensions abstract sealed
public static class HubConnectionBuilderHttpExtensions
type HubConnectionBuilderHttpExtensions = class
Public Module HubConnectionBuilderHttpExtensions
- Inheritance
-
HubConnectionBuilderHttpExtensions
Methods
WithStatefulReconnect(IHubConnectionBuilder) |
Configures the HttpConnectionOptions to negotiate stateful reconnect with the server. |
WithUrl(IHubConnectionBuilder, String, Action<HttpConnectionOptions>) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL. |
WithUrl(IHubConnectionBuilder, String, HttpTransportType, Action<HttpConnectionOptions>) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL and transports. |
WithUrl(IHubConnectionBuilder, String, HttpTransportType) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL and transports. |
WithUrl(IHubConnectionBuilder, String) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL. |
WithUrl(IHubConnectionBuilder, Uri, Action<HttpConnectionOptions>) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL. |
WithUrl(IHubConnectionBuilder, Uri, HttpTransportType, Action<HttpConnectionOptions>) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL and transports. |
WithUrl(IHubConnectionBuilder, Uri, HttpTransportType) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL and transports. |
WithUrl(IHubConnectionBuilder, Uri) |
Configures the HubConnection to use HTTP-based transports to connect to the specified URL. |