CS_threescale.Api.Api C# (CSharp) Method

Api() public method

public Api ( string provider_key ) : System
provider_key string
return System
        public Api(string provider_key)
            : this()
        {
            if ((provider_key == null) || (provider_key.Length <= 0)) throw new ApiException("argument error: undefined provider_key");
            this.provider_key = provider_key;
        }

Same methods

Api::Api ( ) : System
Api::Api ( string hostURI, string provider_key ) : System