Walter.Net.HoneyPot
AddOrUpdate(Int32,Int32,String) Method
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > HoneyPotServerListnerOption Class > AddOrUpdate Method : AddOrUpdate(Int32,Int32,String) Method
The external port.
The internal port.
The name you like to appear in reporting.
Adds the or update as port alias that you can map to monitor.
Syntax
public void AddOrUpdate( 
   int? externalPort,
   int? internalPort,
   string? name
)

Parameters

externalPort
The external port.
internalPort
The internal port.
name
The name you like to appear in reporting.
Remarks
Only use this if no standard named port is available! Add an mapping alias for port monitoring, if no name is provide the template "Port - {Port} (mapped from DMZ router to port {monitoredPort}" will be used
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

HoneyPotServerListnerOption Class
HoneyPotServerListnerOption Members
Overload List