iControl.LocalLBProfileHttp.remove_all_xff_alternative_names C# (CSharp) Method

remove_all_xff_alternative_names() private method

private remove_all_xff_alternative_names ( string profile_names ) : void
profile_names string
return void
        public void remove_all_xff_alternative_names(
		string [] profile_names
	)
        {
            this.Invoke("remove_all_xff_alternative_names", new object [] {
                profile_names});
        }
LocalLBProfileHttp