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::SendPacketsSendSize Property
.NET Framework (current version)
Gets or sets the size, in bytes, of the data block used in the send operation.
Assembly: System (in System.dll)
Set this property to zero to let the sockets layer select a default send size. Setting this property to 0xFFFFFFFF enables the caller to control the size and content of each send request, achieved by using the SendPacketsElement::EndOfPacket property. This capability is useful for message protocols that place limitations on the size of individual send requests.
.NET Framework
Available since 2.0
Available since 2.0
Show: