System::Net::FileWebRequest::set_Timeout method

FileWebRequest::set_Timeout method

RTTI information.

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

Remarks

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

See Also