Click or drag to resize

WsDNSBaseGetDNSRecords Method (String, String, String, String)

Method can be used to retrieve a list DnsREcords in a specified input Dns zone.

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Stream GetDNSRecords(
	string jsonp,
	string userName,
	string token,
	string dnsServiceID
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
dnsServiceID
Type: SystemString

Return Value

Type: Stream

Implements

IWsDNSJsonpGetDNSRecords(String, String, String, String)
See Also