PowerTCP Sockets for .NET
GetHostEntry(String,IPEndPoint) Method




Syntax
'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
) 

Parameters

hostNameOrAddress
remoteEndPoint
See Also

Reference

DnsSlave Class
DnsSlave Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic