Establishing Internet Connection using C#

  • Thread starter Thread starter RZZ
  • Start date Start date
R

RZZ

Good Afternoon Ladies and Gentlemen:

I would be very grateful if anyone here could help me with this topic.

I am attempting to write a C# program that will autonomously access my GPRS enabled phone and establish an internet connection that i wish to use to surf the internet. I was wondering if anyone have pointers on this topic? Thank you in advance.
 
I doubt the above solution does establish a connection from a PC to the
phone. If you want it vice versa (phone to PC) a simple WebRequest will
do it as well, using GPRS "under the hood".
 
Back
Top