Gets or sets the address on which to listen on.
[Visual Basic]Protected Property Address As System.Net.IPAddress
[C#]
protected System.Net.IPAddress Address {get; set;}
Property Value
An IPAddress instance defining the IP address to listen on.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The specified value is null. |
See Also
Listener Class | Listener Members | Org.Mentalis.Proxy Namespace | Port