ADPAPIClient.HttpClient.HttpClient C# (CSharp) 메소드

HttpClient() 공개 메소드

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