Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4/app.config @ 5234

Last change on this file since 5234 was 5156, checked in by ascheibe, 14 years ago

#1233

  • Implemented communication interface between Slave and a Slave Client using Named Pipes and callbacks
  • Added new project for testing Slave - Client communication
  • Added some copyright info headers
File size: 526 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3   
4  <system.serviceModel>
5    <services>
6      <service name="HeuristicLab.Clients.Hive.Slave.SlaveCommunicationService">       
7        <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.Slave.ServiceContracts.ISlaveCommunication"/>
8      </service>
9    </services>
10  </system.serviceModel>
11
12<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.