Share via


<headers>

Entries in the endpoint header collection are user-defined XML elements. Each element has to be well-formed XML.

<system.serviceModel>

  <client>

    <endpoint>

                                    
                                    <headers>
                                
                                    
                                        <Region xmlns="Uri">"String"</Region>
                                
                                    
                                            
                                    
                                        <Member xmlns="Uri">"String"</Member>
                                
                                    
                                    </headers>
                                

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

Region

Member

Parent Elements


Element Description

<endpoint>

Configures different types of endpoints.

Example

<headers>
    <Region xmlns="http://tempuri.org/">EastCoast</Region>
    <Member xmlns="http://tempuri.org/">Gold</Member>
</headers>

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.