共用方式為


<dynamicEndpoint>

這個組態元素定義標準端點,其中包含的資訊可讓您啟用應用程式做為用戶端程式,在執行階段時動態尋找端點位址。

<configuration>
  <system.serviceModel>
    <standardEndpoints>
      <dynamicEndpoint>

Syntax

<system.serviceModel>
  <standardEndpoints>
    <dynamicEndpoint>
      <standardEndpoint>
        <discoveryClientSettings discoveryEndpoint="String">
          <findCriteria duration="TimeSpan"
                        maxResults="Integer"
                        scopeMatchBy="Uri">
            <contractTypeNames>
              <add name="String"
                   namespace="String" />
            </contractTypeNames>
            <extensions />
            <scopes>
              <add scope="URI" />
            </scopes>
          </findCriteria>
        </discoveryClientSettings>
      <standardEndpoint>
    </dynamicEndpoint>
  </standardEndpoints>
</system.serviceModel>

屬性和項目

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

屬性

無。

子元素

元素 描述
<discoveryClientSettings> 包含應用程式參與服務探索處理序做為用戶端所需的設定。

父項目

元素 描述
<standardEndpoints> 標準端點的集合,這些端點是預先定義的端點,其中包含一個或多個固定的屬性 (位址、繫結、合約)。

另請參閱