Connection::Start Method (IHttpClient)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
A task that represents when the connection has started.
Starts the Connection.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Parameters
- httpClient
- Type: Microsoft.AspNet.SignalR.Client.Http::IHttpClient
The http client.
Return Value
Type: System.Threading.Tasks::TaskA task that represents when the connection has started.
Show: