Connection Constructor (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
)

Parameters

url
Type: System::String
The URL to connect to.
Show: