SocketAsyncEventArgs.Count Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the maximum amount of data, in bytes, to send or receive in an asynchronous operation.
Assembly: System.Net (in System.Net.dll)
This property is set by calling the SetBuffer method.
This property is used with the Socket.ConnectAsync, Socket.ReceiveAsync, and Socket.SendAsync methods.
Show: