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;
      }