System::Net::Sockets::Socket::set_NoDelay method
Socket::set_NoDelay method
Sets a value that indicates if the socket is using the Nagle algorithm.
void System::Net::Sockets::Socket::set_NoDelay(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | The value that must be set. |
See Also
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++