Documentation for a minimal subset of the QSM API
GetHostEntry Method (hostname)
Namespaces > QS.Fx.Network > INetworkConnection > GetHostEntry(String)
Allows for name resolution using the host's network name.
Syntax
C#Visual BasicManaged C++
IPHostEntry GetHostEntry (
	string hostname
)
Function GetHostEntry ( _
	hostname As String _
) As IPHostEntry
IPHostEntry^ GetHostEntry (
	String^ hostname
)
Parameters
hostname (String)
Network name of the host to resolve.
Return Value
The structure containing the host's name and IP addresses.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0