ConnMgrEstablishConnection for C#

  • Thread starter Thread starter David Hanson
  • Start date Start date
D

David Hanson

Hey All,

Has anyone got any examples of establishing a GPRS connection using the
ConnMgrEstablishConnection from c#.

Having real trouble trying to find something!!

Hope you can help,

Dave Hanson
 
Along side this I am wondering why the Socket.Connect does not automatically
start a GPRS connection when the HTTPClient does.
 
Because HTTPClient actually uses ConnMgrEstablishConnection internally.
Socket is a low-level API and does not do any extra steps
 
Yes I knew that actually, what i was meant was why it cannot use the
ConnectionManager?
 
Beacuse, as Alex said, a Socket only uses the low-level APIs. It doesn't
even know the connection manager exists.
 
Back
Top