iControl.LocalLBProfileFastHttp.get_list C# (CSharp) 메소드

get_list() 개인적인 메소드

private get_list ( ) : string[]
리턴 string[]
        public string[] get_list(

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