A Sandcastle Documented Class Library
CustomRequest Class |
Класс для работы с запросами
Inheritance Hierarchy
Namespace: Realty
Assembly: Realty (in Realty.exe) Version: 1.0.0.0 (1.0.0.0)
The CustomRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomRequest(String, String) |
Базовый конструктор
| |
CustomRequest(String, String, String, String, String) |
Расширенный конструктор
|
Properties
Name | Description | |
---|---|---|
Accept |
Используемый Accept (формат запроса)
| |
ContentType |
Используемый ContentType (формат ответа)
| |
Header |
Словарь заголовоков запроса (headers)
| |
Method |
Используемый метод
| |
Request |
Текст запроса
| |
ResponseUrl |
Url ответа
| |
Url |
Url по которму отправить запрос
| |
UseProxy |
Использовать ли прокси-сервер
| |
UserAgent |
Используемый UserAgent
|
Methods
Name | Description | |
---|---|---|
AddHeader |
Добавляет header к запросу
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SendRequest |
Отправка запроса
| |
ToString | (Inherited from Object.) |
See Also