SendPacketsElement.EndOfPacket Property

Definition

Gets a Boolean value that indicates if this element should not be combined with the next element in a single send request from the sockets layer to the transport.

public:
 property bool EndOfPacket { bool get(); };
public bool EndOfPacket { get; }
member this.EndOfPacket : bool
Public ReadOnly Property EndOfPacket As Boolean

Property Value

A Boolean value that indicates if this element should not be combined with the next element in a single send request.

Remarks

The default value for the EndOfPacket property is false if the SendPacketsElement class was not initialized with an endOfPacket parameter set to true.

Applies to