CefSettingsRemoteDebuggingPort Property |
Version 55.0.0
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public int RemoteDebuggingPort { get; set; }
public:
property int RemoteDebuggingPort {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also