C# Class RemObjects.InternetPack.Dns.DnsLookup

Afficher le fichier Open project: remobjects/internetpack Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static ResolveAll ( String hostname ) : System.Net.IPAddress[]
hostname String
Résultat System.Net.IPAddress[]

ResolveFirst() public static méthode

public static ResolveFirst ( String hostname ) : IPAddress
hostname String
Résultat System.Net.IPAddress

ResolveRandom() public static méthode

public static ResolveRandom ( String hostname ) : IPAddress
hostname String
Résultat System.Net.IPAddress

ReverseResolve() public static méthode

public static ReverseResolve ( IPAddress address ) : String
address System.Net.IPAddress
Résultat String

TryStringAsIPAddress() public static méthode

public static TryStringAsIPAddress ( String hostname ) : IPAddress
hostname String
Résultat System.Net.IPAddress