예제 #1
0
 public NATHost(IncomingMessage msg) : base(msg.Remote)
 {
     Info.HostId = NetUtilities.CreateUniqueId(msg.Remote.EndPoint);
 }