iControl.ManagementSNMPConfiguration.ManagementSNMPConfiguration C# (CSharp) 메소드

ManagementSNMPConfiguration() 공개 메소드

public ManagementSNMPConfiguration ( ) : System
리턴 System
        public ManagementSNMPConfiguration()
        {
            this.Url = "https://url_to_service";
        }
ManagementSNMPConfiguration