| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 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.
|