GPRS connection options

  • Thread starter Thread starter Catalin Lungu
  • Start date Start date
C

Catalin Lungu

Hi all,
I need to connect to a intranet using a RAS connection. To do this I must to
unmark the following options of Security Setting (callenge handshake (CHAP),
Microsoft chap, Microsoft chap v2) otherwise I can´t connect. How can I do
this? I'm using C#2005, WinCE 5.0.

Thanks in advance,
Catalin
 
Probably the easiest way in managed code is to use the CM_Networks
Configuration Service Provider than use the CM_GPRSEntries Configuration
Service Provider to add a connection to the network created by CM_Networks
call. Then use the Connection Manager API (OpenNETCF has a managed wrapper)
to connect to that connection.
 
Back
Top