Class Unmarshaller
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
boolBoolean 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
IAsyncExecutionContextThe 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
IExecutionContextThe execution context which contains both the requests and response context.