iControl.SecurityProfileDoS.set_heavy_url_automatic_detection_state C# (CSharp) Method

set_heavy_url_automatic_detection_state() private method

private set_heavy_url_automatic_detection_state ( string profile_names, string applications, CommonEnabledState states ) : void
profile_names string
applications string
states CommonEnabledState
return void
        public void set_heavy_url_automatic_detection_state(
		string [] profile_names,
		string [] [] applications,
		CommonEnabledState [] [] states
	)
        {
            this.Invoke("set_heavy_url_automatic_detection_state", new object [] {
                profile_names,
                applications,
                states});
        }
SecurityProfileDoS