Connection::Start Method (IHttpClient)

.NET Framework 4.5

Starts the Connection.

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

public:
Task^ Start(
	IHttpClient^ httpClient
)

Parameters

httpClient
Type: Microsoft.AspNet.SignalR.Client.Http::IHttpClient
The http client.

Return Value

Type: System.Threading.Tasks::Task
A task that represents when the connection has started.
Show: