markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ 949d5058
이력 | 보기 | 이력해설 | 다운로드 (1.01 KB)
1 | 2d0113f1 | 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 | <runtime> |
||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
8 | <dependentAssembly> |
||
9 | <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
||
10 | <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
||
11 | </dependentAssembly> |
||
12 | </assemblyBinding> |
||
13 | </runtime> |
||
14 | <system.serviceModel> |
||
15 | <bindings> |
||
16 | <basicHttpBinding> |
||
17 | <binding name="BasicHttpBinding_IStationService" /> |
||
18 | </basicHttpBinding> |
||
19 | </bindings> |
||
20 | <client> |
||
21 | <endpoint address="http://192.168.0.76:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService" /> |
||
22 | </client> |
||
23 | </system.serviceModel> |
||
24 | </configuration> |