Method | Description | |
---|---|---|
AppDataAdd ( |
||
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 |
Method | Description | |
---|---|---|
GetAuthToken ( ) : void | ||
Init ( string applicationID, string proxomoAPIKey, string version, CommunicationType format, bool validatessl, string url ) : void |
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 | |
return | System |
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 | |
return | System |