开发者

restsharp

0
  • RestSharp v. WebClient?

    I\'m building a Windows Phone 7 Silverlight app. Is there any reason to use RestSharp instead of WebClient? I\'ve looked around on the RestSharp site, but it\'s not immediately obvious what the benefi[详细]

    2023-01-21 03:04 分类:问答
  • POSTing XML with non-ASCII characters

    I\'m trying to patch RestSharp for it to be able to POST XMLs with non-ASCII characters as POST request body.[详细]

    2023-01-14 09:01 分类:问答
  • Using restsharp in c# to consume last.fm services

    I\'m trying to connect to the last.fm rest services using restsharp. I can deserialize the simple data found at the example: http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Cher&[详细]

    2023-01-08 16:49 分类:问答
  • IE7 iso-8859-1 encoding

    I\'m noticing that when posting a form through IE7, accented characters are开发者_如何学编程 getting messed up as soon as the request hits the server. But in FF3 it works just fine. The page encoding[详细]

    2022-12-20 20:43 分类:问答