Herald.Client.Client C# (CSharp) Méthode

Client() public méthode

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

Same methods

Client::Client ( String str ) : System