markus / FinalService / KCOM_FinalService / CommonLib / app.config @ 2b1f30fe
이력 | 보기 | 이력해설 | 다운로드 (598 Bytes)
1 | 1e9c1261 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | d2bf89eb | djkim | <configuration> |
3 | <system.serviceModel> |
||
4 | <bindings> |
||
5 | <basicHttpBinding> |
||
6 | 1e9c1261 | taeseongkim | <binding name="DeepViewPoint"/> |
7 | d2bf89eb | djkim | </basicHttpBinding> |
8 | </bindings> |
||
9 | <client> |
||
10 | 1e9c1261 | taeseongkim | <endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint"/> |
11 | d2bf89eb | djkim | </client> |
12 | </system.serviceModel> |
||
13 | 1e9c1261 | taeseongkim | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |