ServicesClient.ServicesClient C# (CSharp) Method

ServicesClient() public method

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");
            }