Changeset 805 for trunk/sources/HeuristicLab.Hive.Client.Communication
- Timestamp:
- 11/23/08 18:05:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Communication/ServiceLocator.cs
r793 r805 13 13 proxy = new ClientCommunicatorClient( 14 14 new NetTcpBinding(), 15 new EndpointAddress("net.tcp://1 0.20.53.1:9000/HiveServer/ClientCommunicator")15 new EndpointAddress("net.tcp://192.168.132.1:9000/HiveServer/ClientCommunicator") 16 16 ); 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.