Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 18:46:12 (14 years ago)
Author:
ascheibe
Message:

#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:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/app.config

    r5105 r5156  
    1313        </HeuristicLab.Clients.Hive.Slave.Properties.Settings>
    1414    </userSettings>
     15
     16  <system.serviceModel>
     17    <services>
     18      <service name="HeuristicLab.Clients.Hive.Slave.SlaveCommunicationService">       
     19        <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom"
     20                  binding="netNamedPipeBinding"
     21                  contract="HeuristicLab.Clients.Hive.Slave.ServiceContracts.ISlaveCommunication"                 
     22                   />
     23      </service>
     24    </services>
     25  </system.serviceModel>
     26
    1527</configuration>
Note: See TracChangeset for help on using the changeset viewer.