HubConnection Constructor (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)
Parameters
- url
- Type: System::String
The URL to connect to.
- queryString
- Type: System::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: