Is WebClient really unavailable to .NET 3.5 CF?
问题 My app targets Windows CE; it uses the Compact Framework I copied over some elsewhere-working code that uses WebClient, but it won't compile, saying, " The type or namespace name 'WebClient' could not be found (are you missing a using directive or an assembly reference?) " I do have a "using System.Net;" Because of that error, I also get, " The name 'HttpRequestHeader' does not exist in the current context " The code is: private static void SendXMLFile(string xmlFilepath, string uri) { using