iControl.ManagementSNMPConfiguration.get_proxy C# (CSharp) Method

get_proxy() private method

private get_proxy ( ) : string[]
return string[]
        public string[] get_proxy(

	)
        {
            object [] results = this.Invoke("get_proxy", new object [0]);
            return ((string [])(results[0]));
        }
ManagementSNMPConfiguration