iControl.LocalLBSNAT.get_source_port_behavior C# (CSharp) Method

get_source_port_behavior() private method

private get_source_port_behavior ( string snats ) : CommonSourcePortBehavior[]
snats string
return CommonSourcePortBehavior[]
        public CommonSourcePortBehavior[] get_source_port_behavior(
		string [] snats
	)
        {
            object [] results = this.Invoke("get_source_port_behavior", new object [] {
                snats});
            return ((CommonSourcePortBehavior [])(results[0]));
        }
LocalLBSNAT