HubConnection Constructor (String, IDictionary<String, String>, Boolean)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Hubs
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Initializes a new instance of the HubConnection class.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
public: HubConnection( String^ url, IDictionary<String^, String^>^ queryString, bool useDefaultUrl )
Parameters
- url
- Type: System::String
The URL to connect to.
- queryString
- Type: System.Collections.Generic::IDictionary<String, String>
The query string data to pass to the server.
- useDefaultUrl
- Type: System::Boolean
Determines if the default "/signalr" path should be appended to the specified URL.
Show: