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

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -