set_Timeout()

HttpClientHandler::set_Timeout(int32_t) method

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

void System::Net::Http::HttpClientHandler::set_Timeout(int32_t timeout)

Arguments

ParameterTypeDescription
timeoutint32_tAn amount of time in milliseconds after which the request will be timed out.

See Also