- Timestamp:
- 04/16/09 17:44:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ClientConsoleService/ClientConsoleServer.cs
r919 r1579 7 7 using HeuristicLab.PluginInfrastructure; 8 8 using HeuristicLab.Hive.Client.Core.ClientConsoleService.Interfaces; 9 using HeuristicLab.Hive.Contracts; 9 10 10 11 namespace HeuristicLab.Hive.Client.Core.ClientConsoleService { … … 36 37 uriTcp); 37 38 38 System.ServiceModel.Channels.Binding binding =39 new NetTcpBinding();40 41 39 serviceHost.AddServiceEndpoint( 42 40 typeof(IClientConsoleCommunicator), 43 binding,41 WcfSettings.GetBinding(), 44 42 "ClientConsoleCommunicator"); 45 43
Note: See TracChangeset
for help on using the changeset viewer.