iControl.NetworkingiSessionLocalInterface.get_allow_nat C# (CSharp) Method

get_allow_nat() private method

private get_allow_nat ( long wocs ) : CommonEnabledState[]
wocs long
return CommonEnabledState[]
        public CommonEnabledState[] get_allow_nat(
		long [] wocs
	)
        {
            object [] results = this.Invoke("get_allow_nat", new object [] {
                wocs});
            return ((CommonEnabledState [])(results[0]));
        }