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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -