C# Class DNSManagement.Server

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: drorgl/MSDNSWebAdmin Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetCache ( ) : DNSManagement.Cache[]

Get Cached requests

GetDistinguishedName ( ) : string

Retrieves DNS distinguished name for the zone.

GetDomains ( ) : DNSManagement.Domain[]

Retrieves a list of Domains from the server

GetRootHints ( ) : DNSManagement.RootHints[]

Get Root Hints

GetStatistics ( ) : DNSManagement.Statistic[]

Gets all records

Gets Statistics

GetZones ( ) : DNSManagement.Zone[]

Retrieves all Zones

Save ( ) : void

Saves modifications to the Server

Server ( ) : System

Server - local

Server ( string host, string username, string password ) : System

Server - host/username/password

StartScavenging ( ) : UInt32

Starts scavenging stale records in the zones subjected to scavenging.

StartService ( ) : UInt32

Starts the DNS Server.

StopService ( ) : UInt32

Stops the DNS Server.

ToConfigurationFile ( ) : string
ToString ( ) : string

ToString

Private Methods

Méthode Description
loadServerClass ( ) : void

Loads the server class

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCache() public méthode

Get Cached requests
public GetCache ( ) : DNSManagement.Cache[]
Résultat DNSManagement.Cache[]

GetDistinguishedName() public méthode

Retrieves DNS distinguished name for the zone.
public GetDistinguishedName ( ) : string
Résultat string

GetDomains() public méthode

Retrieves a list of Domains from the server
public GetDomains ( ) : DNSManagement.Domain[]
Résultat DNSManagement.Domain[]

GetRootHints() public méthode

Get Root Hints
public GetRootHints ( ) : DNSManagement.RootHints[]
Résultat DNSManagement.RootHints[]

GetStatistics() public méthode

Gets all records Gets Statistics
public GetStatistics ( ) : DNSManagement.Statistic[]
Résultat DNSManagement.Statistic[]

GetZones() public méthode

Retrieves all Zones
public GetZones ( ) : DNSManagement.Zone[]
Résultat DNSManagement.Zone[]

Save() public méthode

Saves modifications to the Server
public Save ( ) : void
Résultat void

Server() public méthode

Server - local
public Server ( ) : System
Résultat System

Server() public méthode

Server - host/username/password
public Server ( string host, string username, string password ) : System
host string
username string
password string
Résultat System

StartScavenging() public méthode

Starts scavenging stale records in the zones subjected to scavenging.
public StartScavenging ( ) : UInt32
Résultat System.UInt32

StartService() public méthode

Starts the DNS Server.
public StartService ( ) : UInt32
Résultat System.UInt32

StopService() public méthode

Stops the DNS Server.
public StopService ( ) : UInt32
Résultat System.UInt32

ToConfigurationFile() public méthode

public ToConfigurationFile ( ) : string
Résultat string

ToString() public méthode

ToString
public ToString ( ) : string
Résultat string