C# (CSharp) RestSharp Namespace

Nested Namespaces

RestSharp.Authenticators
RestSharp.Compression
RestSharp.Extensions
RestSharp.IntegrationTests
RestSharp.Newtonsoft
RestSharp.Serializers
RestSharp.Tests
RestSharp.Validation
RestSharp.WindowsPhone

Classes

Name Description
DateFormat Format strings for commonly-used date formats
FileParameter Container for files to be uploaded with requests
Http HttpWebRequest wrapper (sync methods)
Http.TimeOutState
HttpBasicAuthenticator
HttpFile Container for HTTP file
HttpResponse HTTP response data
NtlmAuthenticator Tries to Authenticate with the credentials of the currently logged in user
OAuth2Authenticator Base class for OAuth 2 Authenticators.
OAuth2AuthorizationRequestHeaderAuthenticator The OAuth 2 authenticator using the authorization request header field.
OAuth2UriQueryParameterAuthenticator The OAuth 2 authenticator using URI query parameter.
Parameter
RestRequest Container for data used to make requests
RestResponse
SimpleAuthenticator