<custom>

Specifies settings for a custom peer resolver service.

Schema Hierarchy

<system.serviceModel>
  <bindings>
    <netPeerTcpBinding>
      <binding>
        <resolver>
          <custom>

Syntax

<custom address="Uri"
   resolverType="String">
      <headers/>
   <identity/>
</peerResolver>

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

<identity>

Specifies the identity for custom peer resolvers configured with this element. This element is of type IdentityElement.

<headers> element

A collection of address header used for SOAP messages handled by the custom peer resolver.

Parent Elements

Element Description

<resolver>

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.

Remarks

This element defines the basic settings for a custom peer resolver service, including the endpoint address of the peer hosting the service and any specific binding settings. For more information on creating a custom resolver, see Adding a Custom Resolver to a PeerChannel Application.

See Also

Reference

CustomPeerResolverService
PeerCustomResolverSettings
Custom
PeerCustomResolverElement

Other Resources

Peer Resolvers
Adding a Custom Resolver to a PeerChannel Application


© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05