IUniversalPlugAndPlayManagerPortForwardingPresent Property |
Gets a value indicating that there is a port forwarding on the router that redirects packets from the Internet on
the UPnP port indicated by the configuration to this machine and to the port that
WebServer is listening to.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool PortForwardingPresent { get; }
ReadOnly Property PortForwardingPresent As Boolean
Get
property bool PortForwardingPresent {
bool get ();
}
abstract PortForwardingPresent : bool with get
Property Value
Type:
BooleanRemarks
This may be true even if the user has disabled the UPnP features of the program. It could be true because another
instance of the program on another machine on the network has added the mapping to the router, or the user may have
disabled UPnP control in the configuration while the router was turned off, or the user or another application has added
their own port forwarding that the router is reporting back to us.
See Also