Table of Contents

Class Unmarshaller

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll

This handler unmarshalls the HTTP response.

public class Unmarshaller : PipelineHandler, IPipelineHandler
Inheritance
Unmarshaller
Implements
Inherited Members

Constructors

Unmarshaller(bool)

The constructor for Unmarshaller.

public Unmarshaller(bool supportsResponseLogging)

Parameters

supportsResponseLogging bool

Boolean value which indicated if the unmarshaller handler supports response logging.

Methods

InvokeAsyncCallback(IAsyncExecutionContext)

Unmarshalls the response returned by the HttpHandler.

protected override void InvokeAsyncCallback(IAsyncExecutionContext executionContext)

Parameters

executionContext IAsyncExecutionContext

The execution context, it contains the request and response context.

InvokeSync(IExecutionContext)

Unmarshalls the response returned by the HttpHandler.

public override void InvokeSync(IExecutionContext executionContext)

Parameters

executionContext IExecutionContext

The execution context which contains both the requests and response context.