iControl.SecurityDoSWhitelist.set_entry_protocol_type C# (CSharp) Method

set_entry_protocol_type() private method

private set_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types ) : void
whitelists string
entries string
types SecurityDoSWhitelistProtocolType
return void
        public void set_entry_protocol_type(
		string [] whitelists,
		string [] [] entries,
		SecurityDoSWhitelistProtocolType [] [] types
	)
        {
            this.Invoke("set_entry_protocol_type", new object [] {
                whitelists,
                entries,
                types});
        }