System.Net.WebClient Class in .Net CompactFramework 3.5 ?
Posted
by
Leen15
on Stack Overflow
See other posts from Stack Overflow
or by Leen15
Published on 2011-01-07T09:12:45Z
Indexed on
2011/01/08
8:54 UTC
Read the original article
Hit count: 202
Hi at all!
I need to comunicate with a Server that give me async answers (streamer connection).
I find this:
http://msdn.microsoft.com/en-en/library/ms144211%28v=VS.80%29.aspx
that generate this event:
http://msdn.microsoft.com/en-en/library/system.net.webclient.openreadcompleted%28v=VS.80%29.aspx
I think this is what i need, but i don't have the WebClient class in my System.Net of CompactFramework 3.5.
How can i do?
Thanks.
EDIT: I've done a more clear question: httpRequest, httpResponse, send GET through Stream and Receive the Result in C#
© Stack Overflow or respective owner