This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Http.
Summary
Sets the timeout for the http request
- Assembly
- Cake
.Http .dll - Namespace
- Cake
.Http - Containing Type
- Http
Settings Extensions
Syntax
public static HttpSettings SetTimeout(this HttpSettings settings, TimeSpan timeout)
Parameters
Name | Type | Description |
---|---|---|
settings | HttpSettings | The settings. |
timeout | TimeSpan | Timeout to set in the http request |
Return Value
Type | Description |
---|---|
HttpSettings |