Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in restsharp

Why do I have to specify [FromUri] to get this to work?

Passing list of int to Web API from RestSharp Client

Restsharp- Method.POST is not working

asp.net-web-api restsharp

RestSharp: Could not create SSL/TLS secure channel

c# ssl restsharp windows-8.1

RestSharp: Unable to cast object of type 'RestSharp.JsonArray' to type 'System.Collections.Generic.IDictionary`

How do I return a 401 authentication error to a RestSharp client?

How to do Inner XML Nodes with RestSharp when class has different name?

xml restsharp

"Error: SendFailure (Error writing headers)"

How to consume JWT access token and user claims using RestSharp

RestSharp.RestClient ignores timeout

Windows Authentication - Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

RestSharp Invalid URI: The URI Scheme is not valid

c# windows-phone restsharp

RestSharp - WP7 - Cannot deserialize XML to a list

Property mapping in RestSharp for JSON doesn't work

Download Stream with RestSharp and ResponseWriter

Is it possible to pass 2 types of objects to Restsharp?

Post file as well as some parameter to web api