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)
Syntaxpublic Stream CheckIsAvailableDns(
string jsonp,
string userName,
string token,
string tldDescription,
string domainName
)
Public Function CheckIsAvailableDns (
jsonp As String,
userName As String,
token As String,
tldDescription As String,
domainName As String
) As Stream
public:
virtual Stream^ CheckIsAvailableDns(
String^ jsonp,
String^ userName,
String^ token,
String^ tldDescription,
String^ domainName
) sealed
abstract CheckIsAvailableDns :
jsonp : string *
userName : string *
token : string *
tldDescription : string *
domainName : string -> Stream
override CheckIsAvailableDns :
jsonp : string *
userName : string *
token : string *
tldDescription : string *
domainName : string -> Stream public final 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:
StreamImplements
IWsDNSJsonpCheckIsAvailableDns(String, String, String, String, String)
See Also