Proxomo.ProxomoApi.ProxomoApi C# (CSharp) Method

ProxomoApi() public method

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, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "")
        {
            Init(applicationID, proxomoAPIKey, "v09", format, validatessl, url);
        }

Same methods

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