iControl.SecurityLogProfile.add_protocol_transfer C# (CSharp) Method

add_protocol_transfer() private method

private add_protocol_transfer ( string profile_names, string protocols ) : void
profile_names string
protocols string
return void
        public void add_protocol_transfer(
		string [] profile_names,
		string [] [] protocols
	)
        {
            this.Invoke("add_protocol_transfer", new object [] {
                profile_names,
                protocols});
        }
SecurityLogProfile