次の方法で共有


<services>

サービスは、設定ファイルの services セクションで定義されます。各サービスには、独自の service 設定セクションがあります。

<system.serviceModel>

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

属性および要素

属性

なし

子要素

要素 説明

<service>

サービス コントラクト、動作、および特定のサービスのエンドポイントを定義します。

親要素

要素 説明

<system.serviceModel>

すべての Windows Communication Foundation (WCF) 構成要素のルート要素です。

関連項目

リファレンス

ServicesSection