Changeset 1640
- Timestamp:
- 04/23/09 17:22:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/WcfSettings.cs
r1587 r1640 24 24 #else 25 25 NetTcpBinding binding = new NetTcpBinding(); 26 binding.MaxBufferSize = int.MaxValue; 27 binding.MaxReceivedMessageSize = int.MaxValue; 28 binding.ReaderQuotas.MaxArrayLength = int.MaxValue; 29 binding.ReaderQuotas.MaxStringContentLength = int.MaxValue; 26 30 #endif 27 31 return binding;
Note: See TracChangeset
for help on using the changeset viewer.