iControl.LocalLBProfileFastHttp.get_header_insert C# (CSharp) Method

get_header_insert() private method

private get_header_insert ( string profile_names ) : LocalLBProfileString[]
profile_names string
return 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