共用方式為


<dynamicEndpoint>

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

結構描述階層

<system.serviceModel>
  <standardEndpoints>

語法

<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>

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

另請參閱

參考

DynamicEndpoint
DynamicEndpointElement