Click or drag to resize

WsDNSBaseCheckIsAvailableDns Method (String, String, String, String, String)

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
public 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

Implements

IWsDNSJsonpCheckIsAvailableDns(String, String, String, String, String)
See Also