ChannelEndpointElement::Headers Property

 

Gets a collection of address headers.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("headers")]
property AddressHeaderCollectionElement^ Headers {
	AddressHeaderCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::AddressHeaderCollectionElement^

An AddressHeaderCollectionElement that contains a collection of address headers.

.NET Framework
Available since 3.0
Return to top
Show: