public AcsRequest(String product) : base(null) { DictionaryUtil.Add(Headers, "x-sdk-client", "Net/2.0.0"); Product = product; }
public void Add(string key, object value) { DictionaryUtil.Add(QueryParameters, key, value); }