Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies settings for a custom peer resolver service.
<configuration>
<system.serviceModel>
<bindings>
<netPeerTcpBinding>
<binding>
<resolver>
<custom>
Syntax
<custom address="Uri"
resolverType="String">
<headers/>
<identity/>
</custom>
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> | 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.