Skip to content

HttpPipelineFormatter

Pedro Felix edited this page Feb 23, 2011 · 1 revision

HttpPipelineFormatter

  • Extends from HttpMessageFormatter

    • HttpMessageFormatter is a IDispatchMessageFormatter that converts the messages into HTTP type messages
    • HttpMessageFormatter has two hook methods receiveing HTTP messages
  • Constructed with

    • A set of request processors
    • A set of response processors
    • An operation description (HttpOperationDescription)
  • The Initialize method

    • Creates a pipeline builder
    • Uses the builder to create the request and the response pipeline
  • The DeserializeRequest and SerializeReply methods use the request and response pipeline

Clone this wiki locally