get_NoDelay()

Socket::get_NoDelay() method

Gets a value that indicates if the socket is using the Nagle algorithm.

bool System::Net::Sockets::Socket::get_NoDelay()

Return Value

A value that indicates if the socket is using the Nagle algorithm.

See Also