CefSettingsBaseRemoteDebuggingPort Property  | 
Version 104.4.240 
            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: 104.4.240.0
Syntaxpublic int RemoteDebuggingPort { get; set; }public:
property int RemoteDebuggingPort {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also