Click or drag to resize

ClientBaseSendAsync Method

Sends specified byte array to the server.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task SendAsync(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
Byte array to send.

Return Value

Type: Task
A task that represents the asynchronous send operation.
See Also