AddressHeaderCollectionElement.Headers Property

Definition

Gets or sets a collection of address headers.

public:
 property System::ServiceModel::Channels::AddressHeaderCollection ^ Headers { System::ServiceModel::Channels::AddressHeaderCollection ^ get(); void set(System::ServiceModel::Channels::AddressHeaderCollection ^ value); };
[System.Configuration.ConfigurationProperty("headers", DefaultValue=null)]
public System.ServiceModel.Channels.AddressHeaderCollection Headers { get; set; }
[<System.Configuration.ConfigurationProperty("headers", DefaultValue=null)>]
member this.Headers : System.ServiceModel.Channels.AddressHeaderCollection with get, set
Public Property Headers As AddressHeaderCollection

Property Value

A collection of address headers.

Attributes

Applies to