ADPAPIClient.HttpClient.HttpClient C# (CSharp) Method

HttpClient() public method

public HttpClient ( ) : System
return System
        public HttpClient()
        {
            this.protocol = "http";
            this.host = "172.22.6.40";
            this.port = "3000";
            this.baseUrl = "api";
        }