private IDictionary <string, string> systemParameters; // 设置所有请求共享的系统级参数 #region DefaultTopClient Constructors public DefaultPacClient(string serverUrl, string appKey, string appSecret) { this.appKey = appKey; this.appSecret = appSecret; this.serverUrl = serverUrl; this.webUtils = new WebUtils(); this._pacLogger = new DefaultPacLogger(); }
public void SetTopLogger(IPacLogger topLogger) { this._pacLogger = topLogger; }