IPv4UniqueIPAddress Method |
Tries to return a unique IP address for this hostname.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
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