프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

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>
클립보드 이미지 추가 (최대 크기: 500 MB)