This class contains the information about a firewall port.
예제 #1
0
 public PortModel(PortInfo port, bool enabled)
 {
     _port = port;
     _originalIsEnabled = enabled;
     _isEnabled         = enabled;
 }
 public PortModel(PortInfo port, bool enabled)
 {
     _port = port;
     _originalIsEnabled = enabled;
     _isEnabled = enabled;
 }