Walter.Net.HoneyPot
PortAliasMapper Constructor(TcpPortAlias,Int32)
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > PortAliasMapper Structure > PortAliasMapper Constructor : PortAliasMapper Constructor(TcpPortAlias,Int32)
The alias translating the external port to a known port.
The port number to monitor must be between 1 and 65538.
Initializes a new instance of the PortAliasMapper struct and maps a known port to a external port.
Syntax
public PortAliasMapper( 
   TcpPortAlias alias,
   int monitoredPort
)

Parameters

alias
The alias translating the external port to a known port.
monitoredPort
The port number to monitor must be between 1 and 65538.
Exceptions
ExceptionDescription
monitoredPort
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PortAliasMapper Structure
PortAliasMapper Members
Overload List