IPv4UniqueIPAddress Method |
Tries to return a unique IP address for this hostname.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic static IPAddress UniqueIPAddress(
string hostname
)
Parameters
- hostname
- Type: SystemString
The hostname to lookup.
Return Value
Type:
IPAddressA unique IP address of the hostname.
See Also