共用方式為


<services>

服務定義於組態檔的 services 區段中。各服務都有自己的 service 組態區段。

結構描述階層

<system.serviceModel>

語法

<system.serviceModel>
        <services>
        <service>
        </service>
        </services>
</system.serviceModel>

屬性和元素

下列各節說明屬性、子項目和父項目。

屬性

項目子系

項目 描述

<service>

定義特定服務的服務合約、行為和端點。

父項目

項目 描述

<system.serviceModel>

所有 Windows Communication Foundation (WCF) 組態項目的根項目。

另請參閱

參考

ServicesSection