Click or drag to resize

WsDNSBaseGetAllDnsCost Method (String, String, String)

Method returns total cost of Dns services acquired by authenticated user.

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

Parameters

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

Return Value

Type: Stream

Implements

IWsDNSJsonpGetAllDnsCost(String, String, String)
See Also