Was wondering if anyone had any more examples or sample code I could view.
I see I need to:
INetFwOpenPort port;
Port.port = "PortNumber";
Port.Name = "PortName";
Port.enabled = True;
// Then add the GloballyOpen Ports Collection
ports.Add(port);
Now since I have 13 ports that needs to be opened, was wondering what the best method of coding this port names and Numbers would be? Possible place the names and numbers in an array and call THEN add them using a Loop.
Bookmarks