Last change
on this file since 16459 was
14738,
checked in by jkarder, 8 years ago
|
#2743: cleaned up
- regenerated service clients
- updated app configs
- removed old partial classes
|
File size:
809 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <configuration>
|
---|
3 | <system.serviceModel>
|
---|
4 | <services>
|
---|
5 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
6 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
7 | </service>
|
---|
8 | </services>
|
---|
9 | <client>
|
---|
10 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
11 | </client>
|
---|
12 | </system.serviceModel>
|
---|
13 |
|
---|
14 | <startup>
|
---|
15 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
16 | </startup>
|
---|
17 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.