set_Timeout()

FileWebRequest::set_Timeout(int) method

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

void System::Net::FileWebRequest::set_Timeout(int timeout) override

Arguments

ParameterTypeDescription
timeoutintA timeout to set.

See Also