Version 130.1.90
Port number component.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public int? Port { get; set; }
public:
property Nullable<int> Port {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32See Also