markus / DownloadManagerTest / App.config @ 03960fa5
이력 | 보기 | 이력해설 | 다운로드 (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> |