System::Net::Http::HttpClientHandler::set_Timeout method

HttpClientHandler::set_Timeout 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)
ParameterTypeDescription
timeoutint32_tAn amount of time in milliseconds after which the request will be timed out.

See Also