C# Класс Amazon.S3.Internal.AmazonS3HttpDeleteHandler

Custom pipeline handler to add Content-Type application/x-www-form-urlencoded to http DELETE requests if using Unity Android. The underlying http handler adds this if no Content-Type is supplied, which would result in an inaccurate signature.
Наследование: PipelineHandler
Показать файл Открыть проект

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

Метод Описание
InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult

Calls pre invoke logic before calling the next handler in the pipeline.

InvokeSync ( IExecutionContext executionContext ) : void

Calls pre invoke logic before calling the next handler in the pipeline.

Защищенные методы

Метод Описание
PreInvoke ( IExecutionContext executionContext ) : void

Custom pipeline handler to add Content-Type application/x-www-form-urlencoded to http DELETE requests if using Unity Android. The underlying http handler adds this if no Content-Type is supplied, which would result in an inaccurate signature.

Приватные методы

Метод Описание
ModifyDeleteRequest ( IExecutionContext executionContext ) : void

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

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

Calls pre invoke logic before calling the next handler in the pipeline.
public InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
executionContext IAsyncExecutionContext The execution context which contains both the /// requests and response context.
Результат IAsyncResult

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

Calls pre invoke logic before calling the next handler in the pipeline.
public InvokeSync ( IExecutionContext executionContext ) : void
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
Результат void

PreInvoke() защищенный Метод

Custom pipeline handler to add Content-Type application/x-www-form-urlencoded to http DELETE requests if using Unity Android. The underlying http handler adds this if no Content-Type is supplied, which would result in an inaccurate signature.
protected PreInvoke ( IExecutionContext executionContext ) : void
executionContext IExecutionContext
Результат void