set_SendTimeout()

Socket::set_SendTimeout(int32_t) method

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

void System::Net::Sockets::Socket::set_SendTimeout(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value that must be set.

See Also