TransferEncodingChunkedWebProxyRequestHandler - класс

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

Definition

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

Заметки

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

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

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

Методы

AddHeaderAsync Добавляет заголовок запроса TransferEncodingChunked.
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 Возвращает признак того, что должен быть добавлен заголовок запроса TransferEncodingChunked.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

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

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

См. также