HubConnection Constructor (String, IDictionary<String, String>)
.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)
Parameters
- url
- Type: System::String
The URL to connect to.
- queryString
- Type: System.Collections.Generic::IDictionary<String, String>
Determines if the default "/signalr" path should be appended to the specified URL.
Show: