ITransport::Send Method

.NET Framework 4.5

Sends data over the transport.

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

Task^ Send(
	Object^ value
)

Parameters

value
Type: System::Object
The value to be sent.

Return Value

Type: System.Threading.Tasks::Task
A Task that completes when the send is complete.
Show: