.Net CF DHCP server

  • Thread starter Thread starter cyberco
  • Start date Start date
None that I've ever heard of. Low-level network stuff is not implemented in
..NET CF. Since the operating system is, of course, unmanaged code and since
..NET CF doesn't support having unmanaged code host the managed run-time, you
can't implement drivers, network protocols, etc. in managed code
(practically).

Paul T.
 

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