C# Class Proxomo.ProxomoApi

Afficher le fichier Open project: Proxomo/SDK-DotNet Class Usage Examples

Méthodes publiques

Méthode Description
AppDataAdd ( AppData appData ) : void
IsAuthTokenExpired ( ) : bool
ProxomoApi ( string applicationID, string proxomoAPIKey, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
ProxomoApi ( string applicationID, string proxomoAPIKey, string version, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
RefreshAuthToken ( ) : void

Private Methods

Méthode Description
GetAuthToken ( ) : void
Init ( string applicationID, string proxomoAPIKey, string version, CommunicationType format, bool validatessl, string url ) : void

Method Details

AppDataAdd() public méthode

public AppDataAdd ( AppData appData ) : void
appData AppData
Résultat void

IsAuthTokenExpired() public méthode

public IsAuthTokenExpired ( ) : bool
Résultat bool

ProxomoApi() public méthode

public ProxomoApi ( string applicationID, string proxomoAPIKey, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
applicationID string
proxomoAPIKey string
format CommunicationType
validatessl bool
url string
Résultat System

ProxomoApi() public méthode

public ProxomoApi ( string applicationID, string proxomoAPIKey, string version, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
applicationID string
proxomoAPIKey string
version string
format CommunicationType
validatessl bool
url string
Résultat System

RefreshAuthToken() public méthode

public RefreshAuthToken ( ) : void
Résultat void