markus / ConvertService / ServiceBase / WcfCheck / App.config @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (673 Bytes)
1 | 43e1d368 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 2d0113f1 | taeseongkim | <configuration> |
3 | <startup> |
||
4 | 43e1d368 | taeseongkim | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/> |
5 | 2d0113f1 | taeseongkim | </startup> |
6 | <system.serviceModel> |
||
7 | <bindings> |
||
8 | <basicHttpBinding> |
||
9 | 43e1d368 | taeseongkim | <binding name="BasicHttpBinding_IStationService"/> |
10 | 2d0113f1 | taeseongkim | </basicHttpBinding> |
11 | </bindings> |
||
12 | <client> |
||
13 | 43e1d368 | taeseongkim | <endpoint address="http://localhost:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService"/> |
14 | 2d0113f1 | taeseongkim | </client> |
15 | </system.serviceModel> |
||
16 | 43e1d368 | taeseongkim | </configuration> |