HubConnection Constructor
Include Protected Members
Include Inherited Members
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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. |
Top