共用方式為


<scopes>

包含組態項目的集合,這些項目會指定可用於在查詢期間篩選服務端點的自訂範圍 URI。

<configuration>
  <system.serviceModel>
    <behaviors>
      <endpointBehaviors>
        <behavior>
          <endpointDiscovery>
            <scopes>

Syntax

<behaviors>
  <endpointBehaviors>
    <behavior name="String">
      <endpointDiscovery enable="Boolean">
        <scopes>
          <add scope="URI" />
        </scopes>
      </endpointDiscovery>
    </behavior>
  </endpointBehaviors>
</behaviors>

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

無。

子元素

屬性 描述
<add> 加入端點的範圍資訊,可用於比對尋找服務的準則。

父項目

元素 描述
<endpointDiscovery> 指定端點的各種探索設定,例如其探索能力、範圍以及中繼資料的任何自訂延伸模組。

另請參閱