<behavior> of <endpointBehaviors>

The behavior element contains a collection of settings for the behavior of an endpoint. Each behavior is indexed by its name. Endpoints can link to each behavior through this name.

<system.serviceModel>

  <behaviors>

    <endpointBehaviors>

      <behavior> of <endpointBehaviors>

                                    
                                    <system.ServiceModel>
                                
                                    
                                      <behaviors>
                                
                                    
                                        <endpointBehaviors>
                                
                                    
                                           <behavior name="String" />
                                
                                    
                                        </endpointBehaviors>
                                
                                    
                                      </behaviors>
                                
                                    
                                    </system.ServiceModel>
                                

Attributes and Elements

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

Attributes

Attribute Description

name

A unique string that contains the configuration name of the behavior. This value is a user-defined string that must be unique, since it acts as the identification string for the element.

Child Elements

Various.

Parent Elements


Element Description

<endpointBehaviors>

A collection of endpoint behavior elements.

Footer image

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