<dynamicEndpoint>

此配置元素定义一个标准终结点,应用程序通过利用该终结点包含的信息,能够充当可在运行时动态查找终结点地址的客户端程序。

configuration
  system.serviceModel
    <standardEndpoints>
      <dynamicEndpoint>

语法

<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> 具有一个或多个固定属性(地址、绑定和协定)的预定义终结点的标准终结点集合。

请参阅