iControl.NetworkingiSessionRemoteInterface.get_behind_nat C# (CSharp) Метод

get_behind_nat() приватный Метод

private get_behind_nat ( string peers ) : CommonEnabledState[]
peers string
Результат CommonEnabledState[]
        public CommonEnabledState[] get_behind_nat(
		string [] peers
	)
        {
            object [] results = this.Invoke("get_behind_nat", new object [] {
                peers});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingiSessionRemoteInterface