iControl.SecurityProfileDoS.get_url_based_client_side_integrity_defense_state C# (CSharp) Method

get_url_based_client_side_integrity_defense_state() private method

private get_url_based_client_side_integrity_defense_state ( string profile_names, string applications, SecurityProfileDoSAnomaly anomaly ) : CommonEnabledState[][]
profile_names string
applications string
anomaly SecurityProfileDoSAnomaly
return CommonEnabledState[][]
        public CommonEnabledState[][] get_url_based_client_side_integrity_defense_state(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_url_based_client_side_integrity_defense_state", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((CommonEnabledState [] [])(results[0]));
        }
SecurityProfileDoS