System::Net::Http::HttpClient::set_Timeout method

HttpClient::set_Timeout method

Sets the timespan to wait before the request times out.

void System::Net::Http::HttpClient::set_Timeout(TimeSpan value)
ParameterTypeDescription
valueTimeSpanThe value that will be set.

See Also