Connection::Send Method (String)

.NET Framework 4.5

Sends data asynchronously over the connection.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public:
virtual Task^ Send(
	String^ data
) sealed

Parameters

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

Return Value

Type: System.Threading.Tasks::Task
A task that represents when the data has been sent.

Implements

IConnection::Send(String)
Show: