iControl.LocalLBProfileFastHttp.set_insert_xforwarded_for_header_mode C# (CSharp) Method

set_insert_xforwarded_for_header_mode() private method

private set_insert_xforwarded_for_header_mode ( string profile_names, LocalLBProfileProfileMode modes ) : void
profile_names string
modes LocalLBProfileProfileMode
return void
        public void set_insert_xforwarded_for_header_mode(
		string [] profile_names,
		LocalLBProfileProfileMode [] modes
	)
        {
            this.Invoke("set_insert_xforwarded_for_header_mode", new object [] {
                profile_names,
                modes});
        }
LocalLBProfileFastHttp