Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1767


Ignore:
Timestamp:
05/08/09 14:10:34 (15 years ago)
Author:
mbecirov
Message:

#586 applied recent changes for bindings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/WcfSettings.cs

    r1640 r1767  
    2424#else
    2525      NetTcpBinding binding = new NetTcpBinding();
     26#endif
    2627      binding.MaxBufferSize = int.MaxValue;
    2728      binding.MaxReceivedMessageSize = int.MaxValue;
    2829      binding.ReaderQuotas.MaxArrayLength = int.MaxValue;
    2930      binding.ReaderQuotas.MaxStringContentLength = int.MaxValue;
    30 #endif
    3131      return binding;
    3232    }
Note: See TracChangeset for help on using the changeset viewer.