Method | Description | |
---|---|---|
Resolve ( string name, bool ip4Only ) : void |
Given a string that should identify an endpoint-address, resolve it to an actual IP address and set the Address property to a valid corresponding value.
|
|
ToString ( ) : string |
Override ToString to provide a detailed description of this object's state in the form: Protocol://[AddressFamily]:Port
|
public Resolve ( string name, bool ip4Only ) : void | ||
name | string | the endpoint-address to resolve |
ip4Only | bool | whether the address must be only-IPv4 |
return | void |