IWebServerExternalPort Property |
Gets or sets the port number that public Internet clients can connect to in order to reach this machine. Optional, used to
build
ExternalAddress.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int ExternalPort { get; set; }
Property ExternalPort As Integer
Get
Set
property int ExternalPort {
int get ();
void set (int value);
}
abstract ExternalPort : int with get, set
Property Value
Type:
Int32See Also