iControl.Interfaces.Interfaces C# (CSharp) Method

Interfaces() public method

public Interfaces ( ) : System
return System
        public Interfaces()
        {
            m_ci = new iControl.ConnectionInfo();
            m_creds = new System.Net.NetworkCredential();
        }

Same methods

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