프로젝트

일반

사용자정보

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

markus / FinalService / FinalServiceBase / CommonLib / app.config @ 42d49521

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

1 42d49521 taeseongkim
<?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" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint"/>
11
        </client>
12
    </system.serviceModel>
13
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)