iControl.LocalLBProfileHttp.remove_xff_alternative_names C# (CSharp) Method

remove_xff_alternative_names() private method

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