iControl.LocalLBProfileFastHttp.get_insert_xforwarded_for_header_mode C# (CSharp) Метод

get_insert_xforwarded_for_header_mode() приватный Метод

private get_insert_xforwarded_for_header_mode ( string profile_names ) : LocalLBProfileProfileMode[]
profile_names string
Результат LocalLBProfileProfileMode[]
        public LocalLBProfileProfileMode[] get_insert_xforwarded_for_header_mode(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_insert_xforwarded_for_header_mode", new object [] {
                profile_names});
            return ((LocalLBProfileProfileMode [])(results[0]));
        }
LocalLBProfileFastHttp