The IP address of the connecting computer. This can be used for checking against security policies in order to determine whether the connection should be allowed


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public remoteAddress As IPAddress
C#
public IPAddress remoteAddress;
C++
public:
 IPAddress remoteAddress sealed ;
J#
public IPAddress remoteAddress
JScript
public remoteAddress : IPAddress;

See Also