Click or drag to resize

IWsCommonJsonpGetCredit Method

The method gets the updated value of the credit for the user. Using the method GetCredit() of Aruba WsCommon you can check the credit associated with the account specified in the authentication phase. In addition to the remaining credit, the method GetCredit() displays the value of the granted credit

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetCredit/{jsonp}/{userName}/{token}")]
Stream GetCredit(
	string jsonp,
	string userName,
	string token
)

Parameters

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

Return Value

Type: Stream
See Also