iControl.NetworkingiSessionRemoteInterface.set_behind_nat C# (CSharp) Method

set_behind_nat() private method

private set_behind_nat ( string peers, CommonEnabledState nat_states ) : void
peers string
nat_states CommonEnabledState
return void
        public void set_behind_nat(
		string [] peers,
		CommonEnabledState [] nat_states
	)
        {
            this.Invoke("set_behind_nat", new object [] {
                peers,
                nat_states});
        }
NetworkingiSessionRemoteInterface