C# Class RemObjects.InternetPack.Dns.DnsLookup

Mostra file Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
ResolveAll ( String hostname ) : System.Net.IPAddress[]
ResolveFirst ( String hostname ) : IPAddress
ResolveRandom ( String hostname ) : IPAddress
ReverseResolve ( IPAddress address ) : String
TryStringAsIPAddress ( String hostname ) : IPAddress

Method Details

ResolveAll() public static method

public static ResolveAll ( String hostname ) : System.Net.IPAddress[]
hostname String
return System.Net.IPAddress[]

ResolveFirst() public static method

public static ResolveFirst ( String hostname ) : IPAddress
hostname String
return System.Net.IPAddress

ResolveRandom() public static method

public static ResolveRandom ( String hostname ) : IPAddress
hostname String
return System.Net.IPAddress

ReverseResolve() public static method

public static ReverseResolve ( IPAddress address ) : String
address System.Net.IPAddress
return String

TryStringAsIPAddress() public static method

public static TryStringAsIPAddress ( String hostname ) : IPAddress
hostname String
return System.Net.IPAddress