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> |