iControl.LocalLBProfileHttpCompression.get_content_type_exclude C# (CSharp) 메소드

get_content_type_exclude() 개인적인 메소드

private get_content_type_exclude ( string profile_names ) : iControl.LocalLBProfileStringArray[]
profile_names string
리턴 iControl.LocalLBProfileStringArray[]
        public LocalLBProfileStringArray[] get_content_type_exclude(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_content_type_exclude", new object [] {
                profile_names});
            return ((LocalLBProfileStringArray [])(results[0]));
        }
LocalLBProfileHttpCompression