set_Timeout()

HttpClient::set_Timeout(TimeSpan) method

Sets the timespan to wait before the request times out.

void System::Net::Http::HttpClient::set_Timeout(TimeSpan value)

Arguments

ParameterTypeDescription
valueTimeSpanThe value that will be set.

See Also