RequestMessageTimeout Property
The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public TimeSpan Timeout { get; set; }

Property Value

Type: TimeSpan
See Also