SendAsync Method
Send data to the remote host.
Syntax
[VB.NET]
Public Function SendAsync(ByVal Text As String) As Task
[C#]
public Task SendAsync(byte[] text);
Remarks
This method is the asynchronous version of the
Send method and is used to support asynchronous operations in WinRT. Please refer to
Send for more information.