Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

TlsClientSocket.SendAsync Method

Namespace: Rebex.Net
Assembly: Rebex.Networking.dll

SendAsync(ArraySegment<Byte>)

Sends data to a connected TlsSocket. Inherited from TlsSocket.

Declaration
public async Task<int> SendAsync(ArraySegment<byte> buffer)
Parameters
Type Name Description
ArraySegment<Byte> buffer

The data to be sent.

Returns
Type Description
Task<Int32>

A Task<TResult> that represents the asynchronous operation. Result of the Task is the number of bytes sent.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies