Subject: | Construct Net::UPnP::Service without a search |
Satoshi,
There does not appear to be a way to build a Net::UPnP::Service without a search. If the host, port, service, etc. are known, why would we need to spend the network round trip searching for it?
I would like to see a constructor to build the service object directly. The current architecture does not appear to support this.
Net::UPnP::Service->constructor(%all_the_stuff_needed)
Thanks,
Mike
mrdvt92