| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- 2002-12-20 Lluis Sanchez Gual <[email protected]>
- * ChannelServices.cs: added internal method for creating client
- channel sink. Implemented some other methods.
- * ClientChannelSinkStack.cs: implemented most of methods.
- * ServerChannelSinkStack.cs: implemented most of methods.
- * ChannelSinkStackEntry.cs: added
- * ServerDispatchSink.cs: ProcessMessage now forwards messages
- to ChannelServices.DispatchMessage
- 2002-12-06 Duncan Mak <[email protected]>
- * BaseChannelObjectWithProperties.cs :
- Implemented the Count, IsFixedSize, IsReadOnly, IsSynchronized,
- Keys, Properties, SyncRoot, Values properties.
-
- Implemented the Contains and GetEnumerator methods.
- Removed the unnecessary TODO attribute on the constructor, and the
- Add method.
-
- * BaseChannelSinkWithProperties.cs (constructor): Implemented by
- chaining on to the base constructor.
- 2002-08-31 Dietmar Maurer <[email protected]>
- * ChannelDataStore.cs: use a hash to store other keys
- 2002-08-24 Gonzalo Paniagua Javier <[email protected]>
- * ChannelServices.cs: added private .ctor
- 2002-08-13 Rodrigo Moya <[email protected]>
- * SoapClientFormatterSink.cs:
- * SoapServerFormatterSinkProvider.cs:
- * SinkProviderData.cs: new classes.
- 2002-08-10 Rodrigo Moya <[email protected]>
- * CommonTransportKeys.cs:
- * ServerChannelSinkStack.cs: new classes.
- 2002-08-05 Rodrigo Moya <[email protected]>
- * ChannelServices.cs:
- * ChannelDataStore.cs:
- * ClientChannelSinkStack.cs: new classes with some implementation.
- 2002-08-03 Rodrigo Moya <[email protected]>
- * BinaryServerFormatterSinkProvider.cs:
- * BinaryClientFormatterSinkProvider.cs: new stubs.
- 2002-08-03 Duncan Mak <[email protected]>
- * BinaryClientFormatterSink.cs:
- * IClientChannelSink.cs: Fixed signature for AsyncProcessResponse.
- 2002-08-01 Rodrigo Moya <[email protected]>
- * BinaryClientFormatterSink.cs:
- * BaseChannelWithProperties.cs: new stubs.
- 2002-08-02 Duncan Mak <[email protected]>
- * IChannel.cs:
- * IChannelReceiver.cs:
- * IChannelReceiverHook.cs:
- * IClientChannelSink.cs:
- * IClientChannelSinkStack.cs:
- * IServerChannelSink.cs:
- * IServerChannelSinkProvider.cs:
- * IServerChannelSinkStack.cs: Fixed various typos, cut-n-paste
- errors.
- 2002-07-31 Rodrigo Moya <[email protected]>
- * BaseChannelSinkWithProperties.cs:
- * BaseChannelObjectWithProperties.cs: new stubs.
- 2002-08-01 Duncan Mak <[email protected]>
- * IChannel.cs:
- (Parse): Added.
- * BinaryServerFormatterSink.cs:
- * SoapServerFormatterSink.cs: Fixed typo.
- * IServerChannelSink.cs:
- (ProcessMessage): Fixed definition.
- 2002-07-31 Duncan Mak <[email protected]>
- * BinaryServerFormatterSink.cs:
- * SoapServerFormatterSink.cs: Added.
- * IChannelReceiverHook.cs:
- * IClientFormatterSink.cs: Various compilation fixes.
- 2002-07-31 Duncan Mak <[email protected]>
- * *.cs: Added all the interfaces in this namespace.
- * ServerProcessing.cs: Added.
|