System::Net::HttpWebRequest::set_Timeout method

HttpWebRequest::set_Timeout method

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

void System::Net::HttpWebRequest::set_Timeout(int timeout) override
ParameterTypeDescription
timeoutintA timeout to set.

See Also