get current connecton!

Joined
Sep 22, 2005
Messages
1
Reaction score
0
how can i get Current connection that is default in network setting on device,

in addition , can i control GPRS connection in my application not depend device's default network setting,

if i can ,how can i do?

I have use ConnMgrEstablishConnectionSync to connect GPRS with pConnInfo->dwFlags = CONNMGR_FLAG_PROXY_HTTP and pConnInfo->guidDestNet that is wap setting's guid,
and the device's default setting is the interner , then the connection return OK,
but when i use http to get data,there is a error that is "can not find the page",
why ??
whether my http is wrong or PPC can not allow application control the gprs connection by itself,
if is my http is wrong ,what can i do and how can i do , in my http I have set Proxy
my http is written by C# httpwepRequest and i set prosy with httpweprequest.Proxy =
new wepproxy("http://10.0.0.172","80");

everybody ,if you see ,pleases help me! thank you very much,
 

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