V8RuntimeDebuggerEventArgs.Port Property |
Gets the TCP port of the debugger connection.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxPublic ReadOnly Property Port As Integer
Get
public:
property int Port {
int get ();
}
member Port : int with get
Property Value
Int32
See Also