iControl.LocalLBProfileHttpCompression.add_content_type_include C# (CSharp) Method

add_content_type_include() private method

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