TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
neilbilton
NA
1
0
Connect to Internet - on Compact Framework.
Oct 8 2003 4:41 AM
Hi, I'm accessing a couple of websites using: WebRequest WReq = WebRequest.Create("https://www.parkmobile.com"); WebResponse WResp = WReq.GetResponse(); StreamReader sr = new StreamReader(WResp.GetResponseStream(), Encoding.ASCII); But how do I actually connect to the Internet before this? I'm currently porting my Pocket PC app from C++ to C#. In C++ I used RasDial to connect and RasHangUp to disconnect. How do I do it in C#? Cheers, Neil.
Reply
Answers (
0
)
File Splitter Problems
How can I capture deleted files?