WsDNSBaseGetAllDNS Method (String, String, String)
|
Method returns a list of Dns services acquired by authenticated user.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Stream GetAllDNS(
string jsonp,
string userName,
string token
)
Public Function GetAllDNS (
jsonp As String,
userName As String,
token As String
) As Stream
public:
virtual Stream^ GetAllDNS(
String^ jsonp,
String^ userName,
String^ token
) sealed
abstract GetAllDNS :
jsonp : string *
userName : string *
token : string -> Stream
override GetAllDNS :
jsonp : string *
userName : string *
token : string -> Stream public final function GetAllDNS(
jsonp : String,
userName : String,
token : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
Return Value
Type:
StreamImplements
IWsDNSJsonpGetAllDNS(String, String, String)
See Also