Table of Contents

Property HttpTimeout

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

HttpTimeout

Sets the timeout for HTTP requests.

Set to InfiniteTimeSpan to disable timeouts.

Must be a positive duration or InfiniteTimeSpan.

Defaults to 20 seconds.

[Deprecated("Use Rest.RequestTimeout instead. This property will be removed in a future version.")]
public TimeSpan HttpTimeout { set; }

Property Value

TimeSpan