Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies settings for a custom peer resolver service.
<system.serviceModel>
<bindings>
<netPeerTcpBinding>
<binding>
<resolver>
<headers>
                                    
                                    <custom address="Uri"
                                
                                    
                                       resolverType="String">
                                
                                    
                                           
                                    
                                       <headers/>
                                
                                    
                                       <identity/>
                                
                                    
                                    </peerResolver>
                                
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| address | A URI that specifies the endpoint address of the peer node that hosts the custom peer resolver service. | 
| resolverType | A string that specifies the type of the custom peer resolver service. | 
Child Elements
| Element | Description | 
|---|---|
| Enables the authentication of an endpoint by other endpoints exchanging messages with it. This element is of type IdentityElement. | |
| A collection of address headers. | 
Parent Elements
| Element | Description | 
|---|---|
| A peer resolver that is used to resolve a peer mesh ID to a set of peer node addresses that represents several nodes that participate in the mesh. | 
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.