Get the host instance for a given Ip address.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
SyntaxHost GetHost(
	IPEndPoint address
)
Parameters
- address
 - Type: System.NetIPEndPoint
Ip address of the host 
Return Value
Type: 
HostThe host or null if not found
See Also