PeerCastStation.UI.PortMapperMonitor.RemovePortOnDevice C# (CSharp) Метод

RemovePortOnDevice() приватный Метод

private RemovePortOnDevice ( NatDevice device, int port ) : void
device NatDevice
port int
Результат void
    private void RemovePortOnDevice(NatDevice device, int port)
    {
      device.UnmapAsync(MappingProtocol.TCP, port, cancelSource.Token);
      device.UnmapAsync(MappingProtocol.UDP, port, cancelSource.Token);
    }