ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  2. * BinaryClientFormatterSink.cs: Don't set the request uri here, this will
  3. be done in the transport sink.
  4. * BinaryCore.cs: Added TypeFilterLevel property.
  5. * BinaryServerFormatterSinkProvider.cs: Added missing TypeFilterLevel property.
  6. 2003-12-15 Lluis Sanchez Gual <[email protected]>
  7. * BinaryServerFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs:
  8. Changed some ifdefs for allowedProperties field.
  9. 2003-12-11 Patrik Torstensson <[email protected]>
  10. * SoapMessageFormater.cs: Use GetMethod with signature if possible, solves
  11. AmbiguousMatchException for bug 51990.
  12. 2003-12-10 Lluis Sanchez Gual <[email protected]>
  13. * BinaryServerFormatterSinkProvider.cs: Removed TODO.
  14. * CommonTransportKeys.cs: Added some internal transport keys.
  15. 2003-11-21 Lluis Sanchez Gual <[email protected]>
  16. * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs,
  17. BinaryCore.cs, BinaryServerFormatterSinkProvider.cs,
  18. SoapClientFormatterSinkProvider.cs, SoapCore.cs,
  19. SoapServerFormatterSinkProvider.cs.cs: Added support for TypeFilterLevel
  20. property.
  21. 2003-11-17 Lluis Sanchez Gual <[email protected]>
  22. * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs:
  23. SoapClientFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs: Small fix.
  24. * SoapServerFormatterSink.cs: Small fix in AsyncProcessResponse.
  25. * BinaryCore.cs, SoapCore.cs: throw an exception if an unknown property
  26. is found.
  27. 2003-11-16 Lluis Sanchez Gual <[email protected]>
  28. * BinaryClientFormatterSink.cs, BinaryClientFormatterSinkProvider.cs,
  29. BinaryServerFormatterSink.cs, BinaryServerFormatterSinkProvider.cs:
  30. Moved formatter code to BinaryCore. This adds support for the properties
  31. "includeVersion" and "strictBinding" to the binary formatter.
  32. * BinaryCore.cs: New file. Contains some code used by the binary formatter sinks.
  33. * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
  34. SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs
  35. Moved formatter code to BinaryCore. This adds support for the properties
  36. "includeVersion" and "strictBinding" to the soap formatter.
  37. * SoapCore.cs: New file. Contains some code used by the soap formatter sinks.
  38. * ChannelCore.cs: New file. Implements a simple type binder used by the
  39. formatter sinks.
  40. 2003-11-12 Lluis Sanchez Gual <[email protected]>
  41. * BinaryServerFormatterSink.cs: Removed fixme.
  42. * BinaryServerFormatterSinkProvider.cs: Removed a NotImplementedException.
  43. * SoapServerFormatterSinkProvider.cs: Removed some TODOs.
  44. 2003-09-25 Lluis Sanchez Gual <[email protected]>
  45. * SoapMessageFormatter.cs: Consider parameters with Out flag when collectiong
  46. out parameters.
  47. 2003-08-22 Lluis Sanchez Gual <[email protected]>
  48. * SoapClientFormatterSink.cs: Fixed a some bugs to make async calls work.
  49. * SoapMessageFormatter.cs: Fixed some problems with out and ref parameters.
  50. * SoapServerFormatterSink.cs: Improved catching of exceptions.
  51. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  52. * SoapMessageFormatter.cs: ParameterInfo.Position is now zero-based.
  53. Fixed methods that use it.
  54. 2003-07-09: Jean-Marc André <[email protected]>
  55. * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
  56. SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs,
  57. SoapMessageFormatter.cs: Support for the soap serialization added to
  58. the remoting infrastructure.