You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
lontivero edited this page Apr 29, 2015
·
1 revision
###There is no handler to notify about the finding!
This warning means that you didn't specified what to do when a NAT device is found. Open.Nat notifies about NAT device finding through the DeviceFount event.
Try this:
NatUtility.DeviceFound += (s, e)=> Console.WriteLine("yes! It found it");