Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Warnings

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");

Clone this wiki locally