Click or drag to resize
IPortMapping Interface
The interface for objects that describe a static port mapping on a UPnP router.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IPortMapping

The IPortMapping type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description that the router holds for this port mapping.
Public propertyExternalPort
Gets the Internet-facing port number that the router will allow from the Internet onto the LAN.
Public propertyInternalClient
Gets the address of the machine on the LAN that the UPnP router will forward packets to.
Public propertyInternalPort
Gets the port number of the machine at InternalClient that the UPnP router will forward packets to.
Public propertyProtocol
Gets the protocol of the packets that this port mapping is for.
Top
See Also