SocketAsyncEventArgs.Count Proprietà

Definizione

Ottiene la quantità massima di dati, in byte, da inviare o ricevere in un'operazione asincrona.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Valore della proprietà

Oggetto Int32 che contiene la quantità massima di dati, in byte, da inviare o ricevere.

Commenti

Questa proprietà viene impostata chiamando il SetBuffer metodo .

Questa proprietà viene usata con i Socket.AcceptAsyncmetodi , Socket.ReceiveAsyncSocket.ConnectAsyncSocket.ReceiveMessageFromAsyncSocket.ReceiveFromAsync, Socket.SendAsynce .Socket.SendToAsync

Si applica a

Vedi anche