DNS Object

  • Thread starter Thread starter David Hanson
  • Start date Start date
D

David Hanson

Does the DNS object use Connection manager internally. I ask as when I try a
sockets connect I'm hoping the GPRS connection will already be instantiated?


Hope someone can help!

Dave
 
David,

The Dns class does not use the Pocket PC connection manager. If you need
to resolve against an external resource, a connection will need to be
opened by either a p/invoke to the connection manager API or by making a
request using the HTTP classes.

Thanks,
David Kline
Microsoft .NET Compact Framework
--------------------------------
This posting is provided “AS IS” with no warranties, and confers no
rights.

Please do not send email directly to this alias. This alias is for
newsgroup purposes only. To correspond with me directly, remove the
'online' from
my alias.
 
Back
Top