StaticAutoNAT constructor

StaticAutoNAT(
  1. Host _host,
  2. Reachability _reachability,
  3. AutoNATService? _service
)

Implementation

StaticAutoNAT(this._host, this._reachability, this._service);