<services>

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

configuration
  system.serviceModel
    <services>

構文

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

属性および要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

なし

子要素

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

親要素

要素 説明
<system.serviceModel> すべての Windows Communication Foundation (WCF) 構成要素のルート要素です。

関連項目