Click or drag to resize

WsDNSBase Class

Inheritance Hierarchy
SystemObject
  WsDnsWsDNSBase
    WsDnsWsDNS
    WsDnsWsDNSJsonp

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[AvailabilityAttribute(ServiceType = ServiceTypes.Dns)]
[AuthorizationOtpAttribute]
public class WsDNSBase : IWsDNS, IWsDNSJsonp

The WsDNSBase type exposes the following members.

Constructors
  NameDescription
Public methodWsDNSBase
Initializes a new instance of the WsDNSBase class
Top
Methods
  NameDescription
Public methodCheckIsAvailableDns(CheckIsAvailableDnsRequest)
This method return a Dns zone availability. A Dns zone ca be available for purchase or, if not available could be owned or not owned by calling user the method.
Public methodCheckIsAvailableDns(String, String, String, String, String)
This method return a Dns zone availability. A Dns zone ca be available for purchase or, if not available could be owned or not owned by calling user the method.
Public methodGetAllDNS
Method returns a list of Dns services acquired by authenticated user.
Public methodGetAllDNS(String, String, String)
Method returns a list of Dns services acquired by authenticated user.
Public methodGetAllDnsCost
Method returns total cost of Dns services acquired by authenticated user.
Public methodGetAllDnsCost(String, String, String)
Method returns total cost of Dns services acquired by authenticated user.
Public methodGetDnsPricelist
Method retrieve pricelist of Dns related products.
Public methodGetDnsPricelist(String, String, String)
Method retrieve pricelist of Dns related products.
Public methodGetDNSRecords(GetDNSRecordsRequest)
Method can be used to retrieve a list DnsREcords in a specified input Dns zone.
Public methodGetDNSRecords(String, String, String, String)
Method can be used to retrieve a list DnsREcords in a specified input Dns zone.
Public methodGetDnsTLDs
Method can be used to retrieve a list of available TLD.
Public methodGetDnsTLDs(String, String, String)
Method can be used to retrieve a list of available TLD.
Public methodGetJobs
Method retrieve of active active jobs related Dns operations.
Public methodGetJobs(String, String, String)
Method retrieve of active active jobs related Dns operations.
Public methodGetLogs(GetLogsRequest)
Method retrieve a list of completed and failded jobs related to Dns operations.
Public methodGetLogs(String, String, String, String, String)
Method retrieve a list of completed and failded jobs related to Dns operations.
Public methodGetPurchasedDNS
Method returns a list of Dns services acquired by authenticated user.
Public methodGetPurchasedDNS(String, String, String)
Method returns a list of Dns services acquired by authenticated user.
Public methodJsonPT
Protected methodRestAesAuthenticate
Protected methodRestAuthenticate
Protected methodRestDecrypt
Public methodSetDisableDNS(SetDisableDNSRequest)
Method is aimed to Disable a Dns Zone owned by authenticartted user. An a record pointing to a courtesy page is set in the zone.
Public methodSetDisableDNS(String, String, String, String)
Method is aimed to Disable a Dns Zone owned by authenticartted user. An a record pointing to a courtesy page is set in the zone.
Public methodSetDnsRecords
Method can be used to add a Dns zone owned by authenticated user.
Public methodSetEnableDNS(SetEnableDNSRequest)
Method is aimed to restore a previously disabled Dns Zone.
Public methodSetEnableDNS(String, String, String, String)
Method is aimed to restore a previously disabled Dns Zone.
Protected methodSetErrorParameters
Protected methodSetErrorResult
Protected methodSetGenericErrorParameters
Public methodSetPurchaseDNS(SetPurchaseDNSRequest)
Method can be used to purchase a Dns zone by authenticated user.
Public methodSetPurchaseDNS(String, String, String, String, String)
Method can be used to purchase a Dns zone by authenticated user.
Public methodSetRemoveDNS(SetRemoveDNSRequest)
Method can be used to remove a Dns zone owned by authenticated user.
Public methodSetRemoveDNS(String, String, String, String)
Method can be used to remove a Dns zone owned by authenticated user.
Top
See Also