ResourceLoadingTimeout

LoadOptions.ResourceLoadingTimeout property

Sets the timeout to load external resources.

public TimeSpan ResourceLoadingTimeout { get; set; }

Remarks

The default value is 30 seconds. For code example, see the documentation.

See Also