Hello,
I am using UPnP in c# to communicate with my router. So far i have managed to do this:
1. Get router info(xml)
2. Get external(public ) IP address
3. Add and delete port mapping
Is there any way to see which ports are forwarded? I think it is possible with eventing but my router doesnt support it. I tried with queryStateVaria ble action but with no success. I am not using NAT traversal.
I am using UPnP in c# to communicate with my router. So far i have managed to do this:
1. Get router info(xml)
2. Get external(public ) IP address
3. Add and delete port mapping
Is there any way to see which ports are forwarded? I think it is possible with eventing but my router doesnt support it. I tried with queryStateVaria ble action but with no success. I am not using NAT traversal.
Comment