ChangeLog 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 2003-11-17 Lluis Sanchez Gual <[email protected]>
  2. * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs:
  3. SoapClientFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs: Small fix.
  4. * SoapServerFormatterSink.cs: Small fix in AsyncProcessResponse.
  5. * BinaryCore.cs, SoapCore.cs: throw an exception if an unknown property
  6. is found.
  7. 2003-11-16 Lluis Sanchez Gual <[email protected]>
  8. * BinaryClientFormatterSink.cs, BinaryClientFormatterSinkProvider.cs,
  9. BinaryServerFormatterSink.cs, BinaryServerFormatterSinkProvider.cs:
  10. Moved formatter code to BinaryCore. This adds support for the properties
  11. "includeVersion" and "strictBinding" to the binary formatter.
  12. * BinaryCore.cs: New file. Contains some code used by the binary formatter sinks.
  13. * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
  14. SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs
  15. Moved formatter code to BinaryCore. This adds support for the properties
  16. "includeVersion" and "strictBinding" to the soap formatter.
  17. * SoapCore.cs: New file. Contains some code used by the soap formatter sinks.
  18. * ChannelCore.cs: New file. Implements a simple type binder used by the
  19. formatter sinks.
  20. 2003-11-12 Lluis Sanchez Gual <[email protected]>
  21. * BinaryServerFormatterSink.cs: Removed fixme.
  22. * BinaryServerFormatterSinkProvider.cs: Removed a NotImplementedException.
  23. * SoapServerFormatterSinkProvider.cs: Removed some TODOs.
  24. 2003-09-25 Lluis Sanchez Gual <[email protected]>
  25. * SoapMessageFormatter.cs: Consider parameters with Out flag when collectiong
  26. out parameters.
  27. 2003-08-22 Lluis Sanchez Gual <[email protected]>
  28. * SoapClientFormatterSink.cs: Fixed a some bugs to make async calls work.
  29. * SoapMessageFormatter.cs: Fixed some problems with out and ref parameters.
  30. * SoapServerFormatterSink.cs: Improved catching of exceptions.
  31. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  32. * SoapMessageFormatter.cs: ParameterInfo.Position is now zero-based.
  33. Fixed methods that use it.
  34. 2003-07-09: Jean-Marc André <[email protected]>
  35. * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
  36. SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs,
  37. SoapMessageFormatter.cs: Support for the soap serialization added to
  38. the remoting infrastructure.