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