Click or drag to resize

IWsDNSJsonpSetDisableDNS Method

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.

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetDisableDNS/{jsonp}/{userName}/{token}/{dnsServiceID}")]
Stream SetDisableDNS(
	string jsonp,
	string userName,
	string token,
	string dnsServiceID
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
dnsServiceID
Type: SystemString

Return Value

Type: Stream
See Also