iControl.NetworkingiSessionRemoteInterface.get_behind_nat C# (CSharp) Method

get_behind_nat() private method

private get_behind_nat ( string peers ) : CommonEnabledState[]
peers string
return CommonEnabledState[]
        public CommonEnabledState[] get_behind_nat(
		string [] peers
	)
        {
            object [] results = this.Invoke("get_behind_nat", new object [] {
                peers});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingiSessionRemoteInterface