BASS.NET API for the Un4seen BASS Audio Library

StreamingServerGetIPfromHost Method

BASS.NET API for the Un4seen BASS Audio Library
Resolved a given host name (DNS or IP) to its possible IP addesses.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

protected static IPAddress[] GetIPfromHost(
	string hostname
)

Parameters

hostname
Type: SystemString
The host name to resolve.

Return Value

Type: IPAddress
A list of IP addresses that are associated with a host - or on error.
See Also

Reference