Click or drag to resize

EngineOptionsBuilderRemoteDebuggingPort Property

Gets or sets the remote debugging port.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public uint RemoteDebuggingPort { get; set; }

Property Value

Type: UInt32
The remote debugging port.
Remarks

This option enables remote debugging over HTTP at the specific port. When remote debugging is enabled, you can navigate to the http://localhost:<port> address from another Browser instance or from the Google Chrome browser and debug the loaded web pages using Chrome DevTools. If you use Google Chrome browser for remote debugging, its version must be equal to the Chromium engine version that is used in DotNetBrowser.

See Also