C# Class JSIStudios.SimpleRESTServices.Client.Json.JsonRequestSettings

Inheritance: RequestSettings
Afficher le fichier Open project: JSIStudios/SimpleRestServices Class Usage Examples

Méthodes publiques

Свойство Type Description
JsonContentType string

Méthodes publiques

Méthode Description
JsonRequestSettings ( )

Initializes a new instance of the JsonRequestSettings class with the default value application/json for RequestSettings.ContentType and RequestSettings.Accept.

Method Details

JsonRequestSettings() public méthode

Initializes a new instance of the JsonRequestSettings class with the default value application/json for RequestSettings.ContentType and RequestSettings.Accept.
public JsonRequestSettings ( )

Property Details

JsonContentType public_oe static_oe property

The content type (MIME type) for a JSON request or response.
This value is equal to application/json.
public static string JsonContentType
Résultat string