AddressHeaderCollectionElement.Headers 属性

定义

获取或设置一个地址标头集合。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=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.Channels.AddressHeaderCollection Headers { get; set; }
[<System.Configuration.ConfigurationProperty("headers", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Headers : System.ServiceModel.Channels.AddressHeaderCollection with get, set
Public Property Headers As AddressHeaderCollection

属性值

AddressHeaderCollection

一个地址标头集合。A collection of address headers.

属性

适用于