| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- 2004-02-27 Lluis Sanchez Gual <[email protected]>
- * BinaryClientFormatterSink.cs: Don't set the request uri here, this will
- be done in the transport sink.
- * BinaryCore.cs: Added TypeFilterLevel property.
- * BinaryServerFormatterSinkProvider.cs: Added missing TypeFilterLevel property.
- 2003-12-15 Lluis Sanchez Gual <[email protected]>
- * BinaryServerFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs:
- Changed some ifdefs for allowedProperties field.
- 2003-12-11 Patrik Torstensson <[email protected]>
- * SoapMessageFormater.cs: Use GetMethod with signature if possible, solves
- AmbiguousMatchException for bug 51990.
-
- 2003-12-10 Lluis Sanchez Gual <[email protected]>
- * BinaryServerFormatterSinkProvider.cs: Removed TODO.
- * CommonTransportKeys.cs: Added some internal transport keys.
- 2003-11-21 Lluis Sanchez Gual <[email protected]>
- * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs,
- BinaryCore.cs, BinaryServerFormatterSinkProvider.cs,
- SoapClientFormatterSinkProvider.cs, SoapCore.cs,
- SoapServerFormatterSinkProvider.cs.cs: Added support for TypeFilterLevel
- property.
-
- 2003-11-17 Lluis Sanchez Gual <[email protected]>
- * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs:
- SoapClientFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs: Small fix.
- * SoapServerFormatterSink.cs: Small fix in AsyncProcessResponse.
- * BinaryCore.cs, SoapCore.cs: throw an exception if an unknown property
- is found.
-
- 2003-11-16 Lluis Sanchez Gual <[email protected]>
- * BinaryClientFormatterSink.cs, BinaryClientFormatterSinkProvider.cs,
- BinaryServerFormatterSink.cs, BinaryServerFormatterSinkProvider.cs:
- Moved formatter code to BinaryCore. This adds support for the properties
- "includeVersion" and "strictBinding" to the binary formatter.
- * BinaryCore.cs: New file. Contains some code used by the binary formatter sinks.
- * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
- SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs
- Moved formatter code to BinaryCore. This adds support for the properties
- "includeVersion" and "strictBinding" to the soap formatter.
- * SoapCore.cs: New file. Contains some code used by the soap formatter sinks.
- * ChannelCore.cs: New file. Implements a simple type binder used by the
- formatter sinks.
- 2003-11-12 Lluis Sanchez Gual <[email protected]>
- * BinaryServerFormatterSink.cs: Removed fixme.
- * BinaryServerFormatterSinkProvider.cs: Removed a NotImplementedException.
- * SoapServerFormatterSinkProvider.cs: Removed some TODOs.
- 2003-09-25 Lluis Sanchez Gual <[email protected]>
- * SoapMessageFormatter.cs: Consider parameters with Out flag when collectiong
- out parameters.
- 2003-08-22 Lluis Sanchez Gual <[email protected]>
- * SoapClientFormatterSink.cs: Fixed a some bugs to make async calls work.
- * SoapMessageFormatter.cs: Fixed some problems with out and ref parameters.
- * SoapServerFormatterSink.cs: Improved catching of exceptions.
- 2003-07-23 Lluis Sanchez Gual <[email protected]>
- * SoapMessageFormatter.cs: ParameterInfo.Position is now zero-based.
- Fixed methods that use it.
- 2003-07-09: Jean-Marc André <[email protected]>
- * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
- SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs,
- SoapMessageFormatter.cs: Support for the soap serialization added to
- the remoting infrastructure.
|