PortMapClient.MapTo Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

PortMapClient.MapTo Property

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

PortMapClient Class | PortMapClient Members | Org.Mentalis.Proxy.PortMap Namespace