C# Класс 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).
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RequestSettings ( ) : System

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

Описание методов

RequestSettings() публичный Метод

Initializes a new instance of the RequestSettings class with the default values.
public RequestSettings ( ) : System
Результат System