다음을 통해 공유


<services>

서비스는 구성 파일의 services 섹션에 정의됩니다. 서비스별로 해당 service 구성 섹션이 있습니다.

<system.serviceModel>

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

특성 및 요소

특성

없음

자식 요소

요소 설명

<service>

특정 서비스의 서비스 계약, 동작 및 끝점을 정의합니다.

부모 요소

요소 설명

<system.serviceModel>

모든 WCF(Windows Communication Foundation) 구성 요소의 루트 요소입니다.

참고 항목

참조

ServicesSection