iControl.PEMForwardingEndpoint.set_source_port_behavior C# (CSharp) Method

set_source_port_behavior() private method

private set_source_port_behavior ( string endpoints, CommonSourcePortBehavior behaviors ) : void
endpoints string
behaviors CommonSourcePortBehavior
return void
        public void set_source_port_behavior(
		string [] endpoints,
		CommonSourcePortBehavior [] behaviors
	)
        {
            this.Invoke("set_source_port_behavior", new object [] {
                endpoints,
                behaviors});
        }