CgwMonitorManage.Tiandy.TiandyHttpClient.TiandyHttpClient C# (CSharp) Method

TiandyHttpClient() public method

public TiandyHttpClient ( string serverUrl, string user, string password ) : System
serverUrl string
user string
password string
return System
        public TiandyHttpClient(string serverUrl, string user, string password)
        {
            this.serverUrl = serverUrl;
            this.user = user;
            this.pwd = password;
        }