SendPacketsElement.EndOfPacket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.