Reading http-source to string?

  • Thread starter Danyel Meyer - dialog-it GmbH
  • Start date
D

Danyel Meyer - dialog-it GmbH

Hallo!

I´m looking for some sample code in VB.NET that shows how to read from a
http-source (e.g. http://www.bla.blupp.com/somepage.htm) and getting the
response into a string.
I´ve started trying around a bit with EbRequest and a StreamReader, but
always get a NotSupportedException when it comes to StreamReader.ReadToEnd.
So I think there´s more I should know about it ;)

Any hints?

Thanks a lot!

--
Danyel Meyer
-------------------------------------------
dialog-it GmbH
Röllinghäuser Strasse 55a
31061 Alfeld/Leine

Tel +49 (0) 5181 900 814
Fax +49 (0) 5181 900 815
E-Mail danyel.meyer <at> dialog-it.de
 
D

Danyel Meyer - dialog-it GmbH

Ok, now with .NET CF SP 2 it works...

--
Danyel Meyer
-------------------------------------------
dialog-it GmbH
Röllinghäuser Strasse 55a
31061 Alfeld/Leine

Tel +49 (0) 5181 900 814
Fax +49 (0) 5181 900 815
E-Mail danyel.meyer <at> dialog-it.de
 
L

Lloyd Dupont

you're welcome :)

Danyel Meyer - dialog-it GmbH dialog-it.de> said:
Ok, now with .NET CF SP 2 it works...

--
Danyel Meyer
-------------------------------------------
dialog-it GmbH
Röllinghäuser Strasse 55a
31061 Alfeld/Leine

Tel +49 (0) 5181 900 814
Fax +49 (0) 5181 900 815
E-Mail danyel.meyer <at> dialog-it.de
 

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

Top