ServicesClient.ServicesClient C# (CSharp) 메소드

ServicesClient() 공개 메소드

public ServicesClient ( )
            public ServicesClient()
            {
                httpClient = new HttpClient(new HttpClientHandler());
                //You can change the key as you need and add value 
                httpClient.DefaultRequestHeaders.Add("key", "000000");
            }