<pnrpPeerResolver>

リゾルバとして PNRP (Peer Name Resolution Protocol) リゾルバを使用することを指定します。PNRP は既定のリゾルバであるため、この要素は省略可能です。

<system.serviceModel>
  <bindings>
    <customBinding>
      <binding>
        <pnrpPeerResolver>

<pnrpResolver resolverType="String" />

属性および要素

属性

属性 説明

resolverType

使用されるリゾルバを指定する文字列。この属性は省略できます。設定されていない場合、または空の文字列に設定されている場合は、PNRP が使用されます。

子要素

なし

親要素

要素 説明

<binding>

カスタム バインディングのすべてのバインディング機能を定義します。

<pnrpResolver resolverType="" />

関連項目

リファレンス

<customBinding>
PnrpPeerResolverElement
PnrpPeerResolverBindingElement
CustomBinding

その他の技術情報

Windows Communication Foundation Bindings
Extending Bindings
Custom Bindings
Peer Resolvers