Rev | Line | |
---|
[5314] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
[5721] | 3 | <system.serviceModel>
|
---|
| 4 |
|
---|
| 5 | <services>
|
---|
| 6 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 7 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
| 8 | </service>
|
---|
| 9 | </services>
|
---|
[5795] | 10 | <client>
|
---|
| 11 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
| 12 | </client>
|
---|
[5721] | 13 |
|
---|
| 14 | </system.serviceModel>
|
---|
| 15 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
---|
| 16 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.