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).