BackgroundWebProxyRequestHandler - класс

Объект, добавляющий заголовок запроса RequestType, равный Background.

Definition

Пространство имён: Tessa.Platform.Web
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
[OrderAttribute(4)]
public class BackgroundWebProxyRequestHandler : WebProxyRequestHandlerBase
Inheritance
Object    WebProxyRequestHandlerBase    BackgroundWebProxyRequestHandler

Заметки

Наследники класса могут переопределить поведение методов, модифицирующих запрос.

Конструкторы

BackgroundWebProxyRequestHandlerИнициализирует новый экземпляр класса BackgroundWebProxyRequestHandler

Свойства

BackgroundRequestType Строка для типа запроса Background, указываемая в заголовке RequestType.

Методы

AddHeaderAsync Добавляет заголовок запроса RequestType, равный Background.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ModifyRequestAsync Модифицирует запрос Request перед отправкой.
(Переопределяет WebProxyRequestHandlerBaseModifyRequestAsync(IWebProxyContext))
ShouldAddHeader Возвращает признак того, что должен быть добавлен заголовок запроса RequestType, равный Background.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также