markus / KCOM_API / ActiveService.svc.cs @ master
이력 | 보기 | 이력해설 | 다운로드 (686 Bytes)
1 | b42dd24d | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Runtime.Serialization; |
||
5 | using System.ServiceModel; |
||
6 | using System.Text; |
||
7 | |||
8 | namespace KCOM_API |
||
9 | { |
||
10 | // 참고: "리팩터링" 메뉴에서 "이름 바꾸기" 명령을 사용하여 코드, svc 및 config 파일에서 클래스 이름 "ActiveService"을 변경할 수 있습니다. |
||
11 | // 참고: 이 서비스를 테스트하기 위해 WCF 테스트 클라이언트를 시작하려면 솔루션 탐색기에서 ActiveService.svc나 ActiveService.svc.cs를 선택하고 디버깅을 시작하십시오. |
||
12 | public class ActiveService : IActiveService |
||
13 | { |
||
14 | cf1cc862 | taeseongkim | public void A() |
15 | b42dd24d | taeseongkim | { |
16 | } |
||
17 | } |
||
18 | } |