Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/09 17:44:58 (15 years ago)
Author:
mbecirov
Message:

#528: WCF Service secured - you need to install the certificate in order to run the application properly!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ClientConsoleService/ClientConsoleServer.cs

    r919 r1579  
    77using HeuristicLab.PluginInfrastructure;
    88using HeuristicLab.Hive.Client.Core.ClientConsoleService.Interfaces;
     9using HeuristicLab.Hive.Contracts;
    910
    1011namespace HeuristicLab.Hive.Client.Core.ClientConsoleService {
     
    3637                  uriTcp);
    3738
    38         System.ServiceModel.Channels.Binding binding =
    39           new NetTcpBinding();
    40 
    4139        serviceHost.AddServiceEndpoint(
    4240          typeof(IClientConsoleCommunicator),
    43               binding,
     41              WcfSettings.GetBinding(),
    4442              "ClientConsoleCommunicator");
    4543
Note: See TracChangeset for help on using the changeset viewer.