System::Net::Sockets::TcpClient::set_ReceiveTimeout method

TcpClient::set_ReceiveTimeout method

Sets a value that indicates an amount of time after which data receiving will time out.

void System::Net::Sockets::TcpClient::set_ReceiveTimeout(int32_t value)
ParameterTypeDescription
valueint32_tThe value that must be set.

See Also