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