restsharp
How to XmlDeserialize using RestSharp?
I\'m having trouble deserializing the following XML w/ restsharp <Xid> <Id>118</Id> <Active>true</Active>[详细]
2023-04-13 08:05 分类:问答Deserialize Json to class object using restsharp
I have checked out the documentation for restsharp and also googled for a solution, but unable to find a solution for this problem:[详细]
2023-04-09 01:53 分类:问答RestSharp Deserialize a List in a List
i have some trouble getting this to work: my xml looks like: <root> <item> <id></id>[详细]
2023-03-27 11:33 分类:问答How to perform a get request with RestSharp?
I\'m having tr开发者_StackOverflow中文版ouble figuring out how to make a GET request using RestSharp on Windows Phone 7. All of the examples show making a POST request, but I just need GET. How do I d[详细]
2023-03-26 20:25 分类:问答Serialize an object when posting data with RestSharp
I\'ve recently started using RestSharp to consume a REST service which uses XML. It makes deserializing objects from XML to a collection of custom objects trivial. But my question is what is the best[详细]
2023-03-21 05:41 分类:问答Restsharp on WP 7.1 adding cookies
I am trying to add a cookie to a request using RestSharp but in fiddler2 I don\'t see the cookie in the request and service call is failing.Is there some trick to adding a cookie to the RestRequest?[详细]
2023-03-12 18:55 分类:问答Refreshing in RestSharp for Windows Phone
I implemented RestSharp succesfully in my WP7 application, but one issue remains: When I load resources from the server (for example a GET request on http://localhost:8080/cars), the first time the[详细]
2023-03-07 11:39 分类:问答Deserializing XML CDATA into string variable with RestSharp
I\'m trying to take an RSS feed and deserialize it into a list of rssEntry objects. var Client = new RestClient(\"url here\");[详细]
2023-03-06 13:40 分类:问答How to add text to request body in RestSharp
I\'m trying to use RestSharp to consume a web service. So far everything\'s gone very well (cheers to John Sheehan and all contributors!) but I\'ve run into a snag. Say I want to insert XML into the b[详细]
2023-02-13 13:22 分类:问答REST Windows Phone Photo upload
I\'m trying to upload a photo to a REST api in a Windows Phone 7 application using RestSharp for my Gets/Posts.[详细]
2023-02-11 12:19 分类:问答