<custom>
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.
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.