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: