markus / Makrus_API_Test / App.config @ f87dfb18
이력 | 보기 | 이력해설 | 다운로드 (962 Bytes)
1 | f87dfb18 | taeseongkim | <?xml version="1.0" encoding="utf-8" ?> |
---|---|---|---|
2 | <configuration> |
||
3 | <startup> |
||
4 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
||
5 | </startup> |
||
6 | <system.serviceModel> |
||
7 | <bindings> |
||
8 | <basicHttpBinding> |
||
9 | <binding name="MarkusServiceEndPoint" /> |
||
10 | <binding name="DeepViewPoint" /> |
||
11 | </basicHttpBinding> |
||
12 | </bindings> |
||
13 | <client> |
||
14 | <endpoint address="http://localhost:8080/MarkusService.svc" binding="basicHttpBinding" |
||
15 | bindingConfiguration="MarkusServiceEndPoint" contract="MarkusService.MarkusService" |
||
16 | name="MarkusServiceEndPoint" /> |
||
17 | <endpoint address="http://localhost:8080/ServiceDeepView.svc" |
||
18 | binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
||
19 | contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
20 | </client> |
||
21 | </system.serviceModel> |
||
22 | </configuration> |