Click or drag to resize

IWsDNSJsonpSetPurchaseDNS Method

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

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

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
domainName
Type: SystemString
topLevelDomainID
Type: SystemString

Return Value

Type: Stream
See Also