WebServerSettingsUPnpPort Property |
Gets or sets the port number that the UPnP NAT router will listen on for traffic to forward to VRS.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int UPnpPort { get; set; }
Public Property UPnpPort As Integer
Get
Set
public:
property int UPnpPort {
int get ();
void set (int value);
}
member UPnpPort : int with get, set
Property Value
Type:
Int32See Also