System::Net::Sockets::Socket::set_ReceiveTimeout method

Socket::set_ReceiveTimeout method

Sets a period after which a ‘Receive’ call will time out.

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

See Also