set_Timeout()

WebRequest::set_Timeout(int32_t) method

Sets an amount of time in milliseconds after which the request will be timed out.

virtual void System::Net::WebRequest::set_Timeout(int32_t timeout)

Arguments

ParameterTypeDescription
timeoutint32_tA timeout to set.

See Also