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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Show: