iControl.LocalLBProfileHttp.get_passthrough_unknown_method_mode C# (CSharp) Method

get_passthrough_unknown_method_mode() private method

private get_passthrough_unknown_method_mode ( string profile_names ) : LocalLBProfileHttpProfilePassthroughMode[]
profile_names string
return LocalLBProfileHttpProfilePassthroughMode[]
        public LocalLBProfileHttpProfilePassthroughMode[] get_passthrough_unknown_method_mode(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_passthrough_unknown_method_mode", new object [] {
                profile_names});
            return ((LocalLBProfileHttpProfilePassthroughMode [])(results[0]));
        }
LocalLBProfileHttp