ServiceBaseSetTimeout Method |
Set the timeout of the HttpClient requests to something other than default.
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public void SetTimeout(
TimeSpan span
)
Parameters
- span
- Type: SystemTimeSpan
The TimeSpan to set it to.
See Also