Click or drag to resize

IPv4HostToIPAddressAsync Method

Returns the IP address of this hostname.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
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