1 write to Port
WsatConfig (1)
Configuration\FirewallWrapper.cs (1)
76
openPort.
Port
= portToAdd;
3 references to Port
WsatConfig (3)
Configuration\FirewallWrapper.cs (3)
52
if (openPort.
Port
== port)
106
if (port.
Port
== portToRemove && Utilities.SafeCompare(port.Name, SR.GetString(SR.HTTPSPortName)))
119
this.openPorts.Remove(port.
Port
, port.Protocol);