Documentation for a minimal subset of the QSM API
GetHostEntry Method (address)
Namespaces > QS.Fx.Network > INetworkConnection > GetHostEntry(IPAddress)
Allows for name resolution using the host's IP address.
Syntax
C#Visual BasicManaged C++
IPHostEntry GetHostEntry (
	IPAddress address
)
Function GetHostEntry ( _
	address As IPAddress _
) As IPHostEntry
IPHostEntry^ GetHostEntry (
	IPAddress^ address
)
Parameters
address (IPAddress)
IP address 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