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