共用方式為


<scopes> 的 <add>

加入自訂的範圍 URI,這個 URI 可用於在查詢期間篩選服務端點。

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

Syntax

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

屬性和項目

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

屬性

屬性 描述
scope URI,其中包含端點的範圍資訊,可用於比對尋找服務的準則。

子元素

無。

父項目

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

另請參閱