WsDNSBaseSetPurchaseDNS Method (String, String, String, String, String)
|
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)
Syntaxpublic Stream SetPurchaseDNS(
string jsonp,
string userName,
string token,
string domainName,
string topLevelDomainID
)
Public Function SetPurchaseDNS (
jsonp As String,
userName As String,
token As String,
domainName As String,
topLevelDomainID As String
) As Stream
public:
virtual Stream^ SetPurchaseDNS(
String^ jsonp,
String^ userName,
String^ token,
String^ domainName,
String^ topLevelDomainID
) sealed
abstract SetPurchaseDNS :
jsonp : string *
userName : string *
token : string *
domainName : string *
topLevelDomainID : string -> Stream
override SetPurchaseDNS :
jsonp : string *
userName : string *
token : string *
domainName : string *
topLevelDomainID : string -> Stream public final function SetPurchaseDNS(
jsonp : String,
userName : String,
token : String,
domainName : String,
topLevelDomainID : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- domainName
- Type: SystemString
- topLevelDomainID
- Type: SystemString
Return Value
Type:
StreamImplements
IWsDNSJsonpSetPurchaseDNS(String, String, String, String, String)
See Also