C# Class JSIStudios.SimpleRESTServices.Client.RequestSettings

Specifies the settings for an HTTP REST request.
The base implementation does not specify values for the RequestSettings.ContentType or RequestSettings.Accept properties. In most cases, these should be properly set for the particular application either manually or in the constructor of a derived class (e.g. JsonRequestSettings).
Show file Open project: JSIStudios/SimpleRestServices Class Usage Examples

Public Methods

Method Description
RequestSettings ( ) : System

Initializes a new instance of the RequestSettings class with the default values.

Method Details

RequestSettings() public method

Initializes a new instance of the RequestSettings class with the default values.
public RequestSettings ( ) : System
return System