Click or drag to resize

WsDNSBaseSetRemoveDNS Method (String, String, String, String)

Method can be used to remove a Dns zone owned by authenticated user.

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Stream SetRemoveDNS(
	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

Implements

IWsDNSJsonpSetRemoveDNS(String, String, String, String)
See Also