get_NoDelay()

TcpClient::get_NoDelay() method

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

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

Return Value

A value that indicates if the current instance is using the Nagle algorithm.

See Also