Herald.Client.Client C# (CSharp) 메소드

Client() 공개 메소드

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

Same methods

Client::Client ( String str ) : System