web_request_timeout property
HtmlLoadOptions.web_request_timeout property
The number of milliseconds to wait before the web request times out. The default value is 100000 milliseconds (100 seconds).
@property
def web_request_timeout(self) -> int:
...
@web_request_timeout.setter
def web_request_timeout(self, value: int):
...
Remarks
The number of milliseconds that Aspose.Words waits for a response, when loading external resources (images, style sheets) linked in HTML and MHTML documents.
See Also
- module aspose.words.loading
- class HtmlLoadOptions