iControl.LocalLBProfileHttp.remove_permitted_response_header C# (CSharp) Method

remove_permitted_response_header() private method

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