HubConnection Constructor
.NET Framework 4.5
Top
Initializes a new instance of the HubConnection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HubConnection(String) | Initializes a new instance of the HubConnection class. |
|
HubConnection(String, Boolean) | Initializes a new instance of the HubConnection class. |
|
HubConnection(String, IDictionary<String, String>) | Initializes a new instance of the HubConnection class. |
|
HubConnection(String, String) | Initializes a new instance of the HubConnection class. |
|
HubConnection(String, IDictionary<String, String>, Boolean) | Initializes a new instance of the HubConnection class. |
|
HubConnection(String, String, Boolean) | Initializes a new instance of the HubConnection class. |
Show: