ITransport::ProcessRequest Method

.NET Framework 4.5

Processes the specified ITransportConnection for this transport.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Task^ ProcessRequest(
	ITransportConnection^ connection
)

Return Value

Type: System.Threading.Tasks::Task
A Task that completes when the transport has finished processing the connection.
Show: