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).
Afficher le fichier Open project: JSIStudios/SimpleRestServices Class Usage Examples

Méthodes publiques

Méthode Description
RequestSettings ( ) : System

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

Method Details

RequestSettings() public méthode

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