我需要与给我异步答案(流媒体连接)的服务器通信。
我发现这个:
http://msdn.microsoft.com/en-en/library/ms144211%28v=VS.80%29.aspx
生成此事件:
http://msdn.microsoft.com/en-en/library/system.net.webclient.openreadcompleted%28v=VS.80%29.aspx
我认为这是我需要的,但我的 CompactFramework 3.5 的 System.Net 中没有 WebClient 类。
我能怎么做?
谢谢。
编辑:我做了一个更明确的问题: httpRequest, httpResponse, send GET through Stream and Receive the Result in C#