Changeset 994 for trunk/sources
- Timestamp:
- 12/15/08 19:16:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server/HiveServerApplication.cs
r993 r994 128 128 129 129 Uri uriTcp = 130 new Uri("net.tcp:// 10.0.0.64:9000/HiveServer/");130 new Uri("net.tcp://" + addresses[index] + ":" + port + "/HiveServer/"); 131 131 132 132 ServiceHost clientCommunicator =
Note: See TracChangeset
for help on using the changeset viewer.