Connection::Start Method (IClientTransport)
.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
- transport
- Type: Microsoft.AspNet.SignalR.Client.Transports::IClientTransport
The transport to use.
Return Value
Type: System.Threading.Tasks::TaskA task that represents when the connection has started.
Show: