public PortStatus GetPortStatus(NetworkType type) { return(GetPortStatus(type.GetAddressFamily())); }
public void SetPortStatus(NetworkType type, PortStatus value) { SetPortStatus(type.GetAddressFamily(), value); }