F
Francesco
Hi everybody,
In my application I use connection manager to dial a connection
created via code, calling the guid of a destination also created via
code; the steps are the following
- Create new Ras entry (e.g. NokiaGPRS)
- Create new Destination entry (e.g. GPRS)
- Bind the connection with the destination
- ConnectionManager.Connect(GPRS.guid)
Everything works fine, the connection is established, but if I do an
httpwebrequest or I try to open the web browser, I can't browse!! and
also the call to the method ConnectionManager.Disconnect(handle of the
connection just established) has no effect!
If I call DNS resolve instead, everything works fine.
I can't connect to the "default internet setting" destination, because
I have to be able to choose between di8fferent connecitons, like GPRS
or UMTS, and the only way to do this is using OpenNETCF connection
managers is to bind them to different destinations.
I'm using HP iPaq 5550, pocket pc 2003, connecting to a nokia 6310i
GPRS via bluetooth.
How can I solve this problem?
I need to do everything via code, it's too much easy to ceate
connections via pocket pc GUI
Thanks for your answers
Francesco
In my application I use connection manager to dial a connection
created via code, calling the guid of a destination also created via
code; the steps are the following
- Create new Ras entry (e.g. NokiaGPRS)
- Create new Destination entry (e.g. GPRS)
- Bind the connection with the destination
- ConnectionManager.Connect(GPRS.guid)
Everything works fine, the connection is established, but if I do an
httpwebrequest or I try to open the web browser, I can't browse!! and
also the call to the method ConnectionManager.Disconnect(handle of the
connection just established) has no effect!
If I call DNS resolve instead, everything works fine.
I can't connect to the "default internet setting" destination, because
I have to be able to choose between di8fferent connecitons, like GPRS
or UMTS, and the only way to do this is using OpenNETCF connection
managers is to bind them to different destinations.
I'm using HP iPaq 5550, pocket pc 2003, connecting to a nokia 6310i
GPRS via bluetooth.
How can I solve this problem?
I need to do everything via code, it's too much easy to ceate
connections via pocket pc GUI
Thanks for your answers
Francesco