System.Net.WebClient Class in .Net CompactFramework 3.5 ?
- by Leen15
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#