Name | Description | |
---|---|---|
![]() | AuthServerWhitelist | Gets or sets a whitelist to passthrough Windows authentication for the specified domains.
For example: "*example.com,*foobar.com,*baz". |
![]() ![]() | BrowserDestinationFolder | Gets or sets the destination folder for the Chromium downloads.
If this property is not set, the downloads are stored to [root]/.local-chromium, where [root] is where the project binaries are located. |
![]() | IsDisposed | Gets a value indicating whether the GcHtmlRenderer has been disposed of. |
![]() ![]() | IsSupported | Gets a value indicating if GcHtmlRenderer is available on the current platform. |
![]() ![]() | PathToGcHtmlToPdf | Gets or sets the optional path to Chrome, Edge, or Chromium executable to run. |
![]() | ProxyServer | Gets or sets a proxy server, overrides system settings. Affects HTTP and HTTPS requests only.
For example: "https://proxy-ip:proxy-port" or "socks5://127.0.0.1:1080". |
![]() | VirtualTimeBudget | Gets or sets the number of milliseconds to wait before deeming the page to be ready.
Setting this property to a value greater than 0, activates PageOptions.LoadLazyImages mode. |
![]() ![]() | WaitDuration | Gets or sets the maximum navigation time, in milliseconds.
Defaults to 180000 ms. |
![]() ![]() | WebSocketFactory | Gets or sets the optional factory for System.Net.WebSockets.WebSocket implementations.
For more information, see comments to LaunchOptions.WebSocketFactory. |