I'm writing code with c# language to make a request to a servlet through
the GPRS AirCard 750.
My problem is to obtein that all my requests must go through the AirCard
750 also if there are others network's cards started.
To make the communication with the servlet I have utilized HttpWebRequest
and HttpWebResponse.
How I must do to solve my problem?
Thanks
elvira