Guest User

Untitled

a guest
Jan 27th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. IStaticPortMappingCollection mappings = upnpnat.StaticPortMappingCollection;
  2. mappings.Add(8080, "TCP", 8080, "192.168.1.102", true, "Test Open Port");
  3. mappings.Add(8080, "UDP", 8080, "192.168.1.102", true, "Test Open Port2");
Advertisement
Add Comment
Please, Sign In to add comment