IWsDNSJsonpCheckIsAvailableDns Method
|
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.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "CheckIsAvailableDns/{jsonp}/{userName}/{token}/{tldDescription}/{domainName}")]
Stream CheckIsAvailableDns(
string jsonp,
string userName,
string token,
string tldDescription,
string domainName
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "CheckIsAvailableDns/{jsonp}/{userName}/{token}/{tldDescription}/{domainName}")>
Function CheckIsAvailableDns (
jsonp As String,
userName As String,
token As String,
tldDescription As String,
domainName As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"CheckIsAvailableDns/{jsonp}/{userName}/{token}/{tldDescription}/{domainName}")]
Stream^ CheckIsAvailableDns(
String^ jsonp,
String^ userName,
String^ token,
String^ tldDescription,
String^ domainName
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "CheckIsAvailableDns/{jsonp}/{userName}/{token}/{tldDescription}/{domainName}")>]
abstract CheckIsAvailableDns :
jsonp : string *
userName : string *
token : string *
tldDescription : string *
domainName : string -> Stream
function CheckIsAvailableDns(
jsonp : String,
userName : String,
token : String,
tldDescription : String,
domainName : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- tldDescription
- Type: SystemString
- domainName
- Type: SystemString
Return Value
Type:
Stream
See Also