iControl.NetworkingIPsecManualSecurityAssociation.set_protocol C# (CSharp) Method

set_protocol() private method

private set_protocol ( string associations, NetworkingIPsecProtocol protocols ) : void
associations string
protocols NetworkingIPsecProtocol
return void
        public void set_protocol(
		string [] associations,
		NetworkingIPsecProtocol [] protocols
	)
        {
            this.Invoke("set_protocol", new object [] {
                associations,
                protocols});
        }
NetworkingIPsecManualSecurityAssociation