Windows apps
Collapse the table of content
Expand the table of content
Information
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.

SendPacketsElement::EndOfPacket Property

 

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.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property bool EndOfPacket {
	bool get();
}

Property Value

Type: System::Boolean

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

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft