System.Net.Sockets.SocketAsyncEventArgs.SendPacketsSendSize Property

Gets or sets the size, in bytes, of the data block used in the send operation.

Syntax

[System.MonoTODO("unused property")]
public int SendPacketsSendSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0