iControl.SecurityProfileDoS.add_sip_attack_vector C# (CSharp) Method

add_sip_attack_vector() private method

private add_sip_attack_vector ( string profile_names, string sips, SecurityProfileDoSSIPAttackVector vectors ) : void
profile_names string
sips string
vectors SecurityProfileDoSSIPAttackVector
return void
        public void add_sip_attack_vector(
		string [] profile_names,
		string [] [] sips,
		SecurityProfileDoSSIPAttackVector [] [] [] vectors
	)
        {
            this.Invoke("add_sip_attack_vector", new object [] {
                profile_names,
                sips,
                vectors});
        }
SecurityProfileDoS