udp - Port forwarding from C# -


i make program in c# port forward specific port router computer. possible?

it possible forward port using upnp (assuming device supports technology) using natupnp 1.0 type library (natupnp.dll) or third party library mono.nat.

if want without upnp considerably harder since need find kind of message need send device (router) simulate user adding port.

for mono.nat can find example @ upnp port forwarding – easy way , natupnp there example @ .net framework: communicate through nat router via upnp (universal plug , play)


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -