iControl.LocalLBProfileHttpCompression.remove_content_type_include C# (CSharp) Method

remove_content_type_include() private method

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