Herald.Client.Client C# (CSharp) Method

Client() public method

public Client ( ) : System
return System
        public Client()
        {
            httpClient = new HttpClient();
            cts = new CancellationTokenSource();
        }
        public Client(String str)

Same methods

Client::Client ( String str ) : System