Click or drag to resize

IWsDNSJsonpGetDNSRecords Method

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
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetDNSRecords/{jsonp}/{userName}/{token}/{dnsServiceID}")]
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
See Also