Network read webpage

eilert

Member
Licensed User
Longtime User
Hi.
I'm trying to read a index.htm file on a server, Witch contain a single Line

So I started with the network example, and replaced the timeserver address
and port with mine, but the only thing I get is the message unknown host exception
Can some one please point me in the right direction...

best

tore
 

bluedude

Well-Known Member
Licensed User
Longtime User
Getting page

Check the flickr sample and use Response.GetAsynchronously. Used the HTTP library, it will solve your problems.
 
Upvote 0
Top