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

get_header_insert() 개인적인 메소드

private get_header_insert ( string profile_names ) : LocalLBProfileString[]
profile_names string
리턴 LocalLBProfileString[]
        public LocalLBProfileString[] get_header_insert(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_header_insert", new object [] {
                profile_names});
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileFastHttp