<scopes>
クエリの実行中に、サービス エンドポイントのフィルター処理に使用できるカスタム スコープ URI を指定する構成要素のコレクションを含んでいます。
スキーマの階層
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<endpointBehaviors> の <behavior>
<endpointDiscovery>
<scopes>
構文
<behaviors> <endpointBehaviors> <behavior name="String"> <endpointDiscovery enable="Boolean"> <scopes> <add scope="URI"/> </scopes> </endpointDiscovery> </behavior> </endpointBehaviors></behaviors>
属性と要素
以降のセクションでは、属性、子要素、および親要素について説明します。
属性
なし。
子要素
属性 | 説明 |
---|---|
サービス検索の一致条件に使用できるエンドポイントのスコープ情報を追加します。 |
親要素
要素 | 説明 |
---|---|
エンドポイントのさまざまな探索設定を指定します (探索可能性、スコープ、メタデータに対するカスタム拡張など)。 |