iControl.NetworkingIPsecTrafficSelector.set_destination_port C# (CSharp) Method

set_destination_port() private method

private set_destination_port ( string selectors, long ports ) : void
selectors string
ports long
return void
        public void set_destination_port(
		string [] selectors,
		long [] ports
	)
        {
            this.Invoke("set_destination_port", new object [] {
                selectors,
                ports});
        }
NetworkingIPsecTrafficSelector