<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>
屬性和元素
下列各節說明屬性、子項目和父項目。
屬性
無。
項目子系
屬性 | 描述 |
---|---|
加入端點的範圍資訊,可用於比對尋找服務的準則。 |
父項目
項目 | 描述 |
---|---|
指定端點的各種探索設定,例如其探索能力、範圍以及中繼資料的任何自訂延伸模組。 |