2 writes to openPorts
WsatUI (2)
Configuration\FirewallWrapper.cs (2)
33this.openPorts = this.currentProfile.GloballyOpenPorts; 40this.openPorts = null;
6 references to openPorts
WsatUI (6)
Configuration\FirewallWrapper.cs (6)
50foreach (INetFirewallOpenPort openPort in this.openPorts) 65if (portToAdd < 0 || this.openPorts == null || IsHttpsPortOpened(portToAdd)) 79this.openPorts.Add(openPort); 98if (portToRemove < 0 || this.openPorts == null) 104foreach (INetFirewallOpenPort port in this.openPorts) 119this.openPorts.Remove(port.Port, port.Protocol);