개정판 a8aec13a
issue #000000 NullToCollapsedConverter 추가
Change-Id: I15c20c65d68a1b004959529e28d023e60c59fbd5
KCOM/app.config | ||
---|---|---|
114 | 114 |
<binding name="DeepViewPoint" /> |
115 | 115 |
<binding name="DeepViewPoint1" /> |
116 | 116 |
</basicHttpBinding> |
117 |
<wsHttpBinding> |
|
118 |
<binding name="MarkusAPIgzip"> |
|
119 |
<security mode="None" /> |
|
120 |
</binding> |
|
121 |
</wsHttpBinding> |
|
117 | 122 |
</bindings> |
118 | 123 |
<client> |
119 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
120 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
|
124 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" |
|
125 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" |
|
126 |
contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
|
127 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" |
|
128 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
129 |
contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
130 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc/GZIP" |
|
131 |
binding="wsHttpBinding" bindingConfiguration="MarkusAPIgzip" |
|
132 |
contract="ServiceDeepView.ServiceDeepView" name="MarkusAPIgzip" /> |
|
121 | 133 |
</client> |
122 | 134 |
</system.serviceModel> |
123 | 135 |
<applicationSettings> |
내보내기 Unified diff