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

NatDevice() публичный Метод

public NatDevice ( INatDevice device, IPAddress external_ipaddress ) : System
device INatDevice
external_ipaddress System.Net.IPAddress
Результат System
      public NatDevice(INatDevice device, IPAddress external_ipaddress)
      {
        this.Device = device;
        this.ExternalIPAddress = external_ipaddress;
      }