Connection Constructor (String, IDictionary<String, String>)

.NET Framework 4.5

Initializes a new instance of the Connection class.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public:
Connection(
	String^ url, 
	IDictionary<String^, String^>^ queryString
)

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: