Beispiel #1
0
 public PortStatus GetPortStatus(NetworkType type)
 {
     return(GetPortStatus(type.GetAddressFamily()));
 }
Beispiel #2
0
 public void SetPortStatus(NetworkType type, PortStatus value)
 {
     SetPortStatus(type.GetAddressFamily(), value);
 }