disconnecting network

  • Thread starter Thread starter Hari
  • Start date Start date
H

Hari

Hi,

Where can i find an option to connect network and disconnect network,
in the device emulator?

Thanks,
Hari
 
"Option"? You want to unbind a network adapter programmatically? You can
do that with the OpenNETCF code. There's an UnbindAdapter() method. Please
be more specific, however, as I don't get the feeling that this is really
what you want to do. Better questions get better answers...

Paul T.
 
"Option"? You want to unbind a network adapter programmatically? You can
do that with the OpenNETCF code. There's an UnbindAdapter() method. Please
be more specific, however, as I don't get the feeling that this is really
what you want to do. Better questions get better answers...

Paul T.

Hi Paul,

Thanks for the reply. I did'nt mean 'Programmatically' disconnecting
network. I need to disconnect/connect the network (on the device
emualator) for testing my app. Where can i find an option for that? I
can't see any such thing in the network settings. I suppose there
should be one, which i'm unable to find.

-Hari
 
Sorry. I find the emulator to be almost useless for network programming...

Paul T.
 
Back
Top