IWebSocket::Send Method

.NET Framework 4.5

Sends data over the websocket.

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

Task^ Send(
	String^ value
)

Parameters

value
Type: System::String
The value to send.

Return Value

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