Changeset 1767
- Timestamp:
- 05/08/09 14:10:34 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/WcfSettings.cs
r1640 r1767 24 24 #else 25 25 NetTcpBinding binding = new NetTcpBinding(); 26 #endif 26 27 binding.MaxBufferSize = int.MaxValue; 27 28 binding.MaxReceivedMessageSize = int.MaxValue; 28 29 binding.ReaderQuotas.MaxArrayLength = int.MaxValue; 29 30 binding.ReaderQuotas.MaxStringContentLength = int.MaxValue; 30 #endif31 31 return binding; 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.