프로젝트

일반

사용자정보

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

markus / DownloadManagerTest / App.config @ master

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

1 03960fa5 taeseongkim
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5
    </startup>
6
    <system.serviceModel>
7
        <bindings>
8
            <basicHttpBinding>
9
                <binding name="DeepViewPoint" />
10
            </basicHttpBinding>
11
        </bindings>
12
        <client>
13
            <endpoint address="http://localhost:8080/ServiceDeepView.svc"
14
                binding="basicHttpBinding" bindingConfiguration="DeepViewPoint"
15
                contract="MarkusService.ServiceDeepView" name="DeepViewPoint" />
16
        </client>
17
    </system.serviceModel>
18
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)