The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SocketAsyncEventArgs::Count Property
.NET Framework (current version)
Gets the maximum amount of data, in bytes, to send or receive in an asynchronous operation.
Assembly: System (in System.dll)
This property is set by calling the SetBuffer method.
This property is used with the Socket::AcceptAsync, Socket::ConnectAsync, Socket::ReceiveAsync, Socket::ReceiveFromAsync, Socket::ReceiveMessageFromAsync, Socket::SendAsync, and Socket::SendToAsync methods.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: