Connection Constructor (String, IDictionary<String, String>)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Initializes a new instance of the Connection 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>
The query string data to pass to the server.
Show: