Headers Property
Collapse the table of content
Expand the table of content

EndpointAddressBuilder.Headers Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the collection of address headers for the endpoints that the builder can create.

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

public Collection<AddressHeader> Headers { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<AddressHeader>
The Collection<T> of type AddressHeader that contains the address headers for the endpoints that the builder can create.

Address headers for the endpoints can be set using the EndpointAddressBuilder(EndpointAddress) constructor.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft