프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / FinalService / KCOM_FinalService / CommonLib / app.config @ 6c9fec59

이력 | 보기 | 이력해설 | 다운로드 (547 Bytes)

1 d2bf89eb djkim
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <system.serviceModel>
4
        <bindings>
5
            <basicHttpBinding>
6
                <binding name="DeepViewPoint" />
7
            </basicHttpBinding>
8
        </bindings>
9
        <client>
10
            <endpoint address="http://localhost:13009/ServiceDeepView.svc"
11
                binding="basicHttpBinding" bindingConfiguration="DeepViewPoint"
12
                contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint" />
13
        </client>
14
    </system.serviceModel>
15
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)