Property RequestTimeout
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
RequestTimeout
Sets the timeout for HTTP requests.
Set to InfiniteTimeSpan to disable timeouts.
Must be a positive duration or InfiniteTimeSpan.
Defaults to 20 seconds.
public TimeSpan RequestTimeout { set; }