Method | Description | |
---|---|---|
FromFQDN ( string fqdn ) : |
Creates an instance based on FQDN
|
|
FromFQDNs ( string fqdns ) : MSDNSWebAdmin.Models.ResolvedServer[] |
Creates a collection based on FQDN collection
|
|
FromIP ( string ipaddr ) : |
creates an instance based on IP Address
|
|
FromIPs ( string ipaddrs ) : MSDNSWebAdmin.Models.ResolvedServer[] |
Creates a collection based on IP Adresses collection
|
public static FromFQDN ( string fqdn ) : |
||
fqdn | string | |
return |
public static FromFQDNs ( string fqdns ) : MSDNSWebAdmin.Models.ResolvedServer[] | ||
fqdns | string | |
return | MSDNSWebAdmin.Models.ResolvedServer[] |
public static FromIP ( string ipaddr ) : |
||
ipaddr | string | |
return |
public static FromIPs ( string ipaddrs ) : MSDNSWebAdmin.Models.ResolvedServer[] | ||
ipaddrs | string | |
return | MSDNSWebAdmin.Models.ResolvedServer[] |