iControl.LocalLBProfileHttpCompression.add_content_type_include C# (CSharp) Méthode

add_content_type_include() private méthode

private add_content_type_include ( string profile_names, string reg_expressions ) : void
profile_names string
reg_expressions string
Résultat 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