iControl.Interfaces.Interfaces C# (CSharp) Méthode

Interfaces() public méthode

public Interfaces ( String hostname, String username, String password ) : System
hostname String
username String
password String
Résultat System
        public Interfaces(String hostname, String username, String password)
            : this()
        {
            initialize(hostname, username, password);
        }

Same methods

Interfaces::Interfaces ( ) : System
Interfaces::Interfaces ( String hostname, long port, String username, String password ) : System