Click or drag to resize

CefSettingsBaseRemoteDebuggingPort Property

Version 89.0.170
Set to a value between 1024 and 65535 to enable remote debugging on the specified port. For example, if 8080 is specified the remote debugging URL will be http://localhost:8080. CEF can be remotely debugged from any CEF or Chrome browser window. Also configurable using the "remote-debugging-port" command-line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 89.0.170.0
Syntax
public int RemoteDebuggingPort { get; set; }

Property Value

Type: Int32
See Also