SocketAsyncEventArgs.SendPacketsSendSize Property
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.