<services>
서비스는 구성 파일의 services
섹션에 정의됩니다. 서비스별로 해당 service
구성 섹션이 있습니다.
<configuration>
<system.serviceModel>
<services>
구문
<system.serviceModel>
<services>
<service>
</service>
</services>
</system.serviceModel>
특성 및 요소
다음 섹션에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.
특성
None
자식 요소
요소 | Description |
---|---|
<service> | 특정 서비스의 서비스 계약, 동작 및 엔드포인트를 정의합니다. |
부모 요소
요소 | Description |
---|---|
<system.serviceModel> | 모든 WCF(Windows Communication Foundation) 구성 요소의 루트 요소입니다. |
참고 항목
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET