Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IStaticPortMappingCollection mappings = upnpnat.StaticPortMappingCollection;
- mappings.Add(8080, "TCP", 8080, "192.168.1.102", true, "Test Open Port");
- mappings.Add(8080, "UDP", 8080, "192.168.1.102", true, "Test Open Port2");
Advertisement
Add Comment
Please, Sign In to add comment