ITransport::ProcessRequest Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A Task that completes when the transport has finished processing the connection.
Processes the specified ITransportConnection for this transport.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- connection
- Type: Microsoft.AspNet.SignalR.Transports::ITransportConnection
The ITransportConnection to process.
Return Value
Type: System.Threading.Tasks::TaskA Task that completes when the transport has finished processing the connection.
Show: