SocketAsyncEventArgs.Count Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- AcceptAsync(SocketAsyncEventArgs)
- ConnectAsync(SocketAsyncEventArgs)
- ReceiveAsync(SocketAsyncEventArgs)
- ReceiveFromAsync(SocketAsyncEventArgs)
- ReceiveMessageFromAsync(SocketAsyncEventArgs)
- SendAsync(SocketAsyncEventArgs)
- SendPacketsAsync(SocketAsyncEventArgs)
- SendToAsync(SocketAsyncEventArgs)
- SetBuffer