Mapping Properties
The Mapping type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description |
Gets the mapping's description. It is the value stored in the NewPortMappingDescription parameter.
The NewPortMappingDescription parameter is a human readable string that describes the connection.
It is used in sorme web interfaces of routers so the user can see which program is using what port.
|
|
Expiration |
Gets the expiration. The property value is calculated using Lifetime property.
|
|
Lifetime |
Gets the lifetime in seconds. The Lifetime parameter tells the router how long the portmapping should be active.
Since most programs don't know this in advance, it is often set to 0, which means 'unlimited' or 'permanent'.
|
|
PrivateIP |
Gets the private ip.
|
|
PrivatePort |
The PrivatePort parameter specifies the port on a client machine to which all traffic
coming in on PublicPort for the protocol specified by
Protocol should be forwarded to.
|
|
Protocol |
Gets the protocol.
|
|
PublicIP |
Gets the public ip.
|
|
PublicPort |
Gets the external (visible) port number.
It is the value stored in the NewExternalPort parameter .
The NewExternalPort parameter is used to specify the TCP or UDP port on the WAN side of the router which should be forwarded.
|