iControl.Interfaces.Interfaces C# (CSharp) Method

Interfaces() public method

public Interfaces ( String hostname, String username, String password ) : System
hostname String
username String
password String
return 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