Click or drag to resize

IPv4HostToIPAddressAsync Method

Returns the IP address of 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 Task<IPAddress> HostToIPAddressAsync(
	string hostname
)

Parameters

hostname
Type: SystemString
The hostname to lookup.

Return Value

Type: TaskIPAddress
The IP address of the hostname.
See Also