Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
lontivero edited this page May 13, 2014 · 6 revisions

Open.Nat

Open.Nat is a lightweight and easy-to-use class library to allow port forwarding in NAT devices that support UPNP (Universal Plug & Play) and/or PMP (Port Mapping Protocol).

Asynchronous Operations

Open.Nat API provides only asynchronous operations because that is the nature of all the operations. This is because every operation performs exchange data asynchronously with the router or modem. If the developers need a synchronous version they are free to implemente it by themself in the way that fit their requirements.

UPNP and PMP

Currently Open.Nat is able to map ports using UPNP and PMP however, those protocols don't provide the same set of features. While UPNP supports

Clone this wiki locally