Click or drag to resize

IPv4UniqueIPAddress Method

Tries to return a unique IP address for this hostname.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public static IPAddress UniqueIPAddress(
	string hostname
)

Parameters

hostname
Type: SystemString
The hostname to lookup.

Return Value

Type: IPAddress
A unique IP address of the hostname.
See Also