IConnectionClientLogPresenterProviderLookupReverseDns Method |
Performs a reverse DNS lookup on the IP address passed across.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string LookupReverseDns(
IPAddress ipAddress
)
Function LookupReverseDns (
ipAddress As IPAddress
) As String
String^ LookupReverseDns(
IPAddress^ ipAddress
)
abstract LookupReverseDns :
ipAddress : IPAddress -> string
Parameters
- ipAddress
- Type: System.NetIPAddress
Return Value
Type:
StringSee Also