Dart.Sockets Namespace > DnsSlave Class > GetHostEntry Method : GetHostEntry(String,IPEndPoint) Method |
'Declaration Public Overloads Function GetHostEntry( _ ByVal hostNameOrAddress As String, _ ByVal remoteEndPoint As IPEndPoint _ ) As IPHostEntry
'Usage Dim instance As DnsSlave Dim hostNameOrAddress As String Dim remoteEndPoint As IPEndPoint Dim value As IPHostEntry value = instance.GetHostEntry(hostNameOrAddress, remoteEndPoint)
public IPHostEntry GetHostEntry( string hostNameOrAddress, IPEndPoint remoteEndPoint )
public: IPHostEntry* GetHostEntry( string* hostNameOrAddress, IPEndPoint* remoteEndPoint )
public: IPHostEntry^ GetHostEntry( String^ hostNameOrAddress, IPEndPoint^ remoteEndPoint )