2 using System
.Collections
.Generic
;
4 using System
.Net
.Sockets
;
9 public delegate void NatDeviceCallback(INatDevice device
);
11 internal interface ISearcher
13 event EventHandler
<DeviceEventArgs
> DeviceFound
;
14 event EventHandler
<DeviceEventArgs
> DeviceLost
;
17 void Handle(IPAddress localAddress
, byte[] response
, IPEndPoint endpoint
);
18 DateTime NextSearch { get; }