\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.FiftyOne.Data.ISetHeadersData Interface Reference

Detailed Description

The IElementData interface for SetHeadersElement.

See the Specification

Inheritance diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.ISetHeadersData:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.ISetHeadersData:

[legend]

Properties

IReadOnlyDictionary< string, string >  ResponseHeaderDictionary [get, set]
A dictionary containing the names and values that engines in the pipeline would like to be used to set HTTP headers in the response. More...

Properties inherited from FiftyOne.Pipeline.Core.Data.IElementData

IPipeline  Pipeline [get, set]
The IPipeline that this instance was created by More...

Properties inherited from FiftyOne.Pipeline.Core.Data.IData

object  this[string key] [get, set]
Get or set a data value More...

Property Documentation

◆ ResponseHeaderDictionary

IReadOnlyDictionary<string, string> FiftyOne.Pipeline.Engines.FiftyOne.Data.ISetHeadersData.ResponseHeaderDictionary
get set

A dictionary containing the names and values that engines in the pipeline would like to be used to set HTTP headers in the response.