Partager via


ITransportSender.SendAsync(Byte[], Int32, Int32) Méthode

Définition

Appelé pour envoyer des données au transport par câble.

public System.Threading.Tasks.Task<int> SendAsync (byte[] buffer, int offset, int count);
abstract member SendAsync : byte[] * int * int -> System.Threading.Tasks.Task<int>
Public Function SendAsync (buffer As Byte(), offset As Integer, count As Integer) As Task(Of Integer)

Paramètres

buffer
Byte[]

Mémoire tampon de données à écrire dans le transport de câble.

offset
Int32

Emplacement dans la mémoire tampon pour commencer la lecture.

count
Int32

Quantité d’octets à écrire dans le transport de câble.

Retours

Nombre d’octets écrits dans le transport de câble.

S’applique à