iControl.LocalLBProfileFastHttp.get_insert_xforwarded_for_header_mode C# (CSharp) Method

get_insert_xforwarded_for_header_mode() private method

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