Click or drag to resize

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
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
tldDescription
Type: SystemString
domainName
Type: SystemString

Return Value

Type: Stream
See Also