Gets or sets the IP EndPoint to map all incoming traffic to.
[Visual Basic]Private Property MapTo As System.Net.IPEndPoint
[C#]
private System.Net.IPEndPoint MapTo {get; set;}
Property Value
An IPEndPoint that holds the IP address and port to use when redirecting incoming traffic.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The specified value is null. |
See Also
PortMapListener Class | PortMapListener Members | Org.Mentalis.Proxy.PortMap Namespace