How can I know a host is connectable?

  • Thread starter Thread starter RC
  • Start date Start date
Many ways to do that. Depends on the kind of host. For web servers, try
opening WebRequest and wrapping it into try/catch
For other kind of servers you can try creating a socket and connecting but
the asking ConnectionManager to connect will be your resposibility. You can
use the CM wrapper from OpenNETCF SDF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top