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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -