* BinaryClientFormatterSink.cs, BinaryClientFormatterSinkProvider.cs,
authorLluis Sanchez <lluis@novell.com>
Sun, 16 Nov 2003 21:54:57 +0000 (21:54 -0000)
committerLluis Sanchez <lluis@novell.com>
Sun, 16 Nov 2003 21:54:57 +0000 (21:54 -0000)
commit94c78fd733728ee056158cee48e7ab626c67d1d1
tree74b4bb9afb08d69cbcb49b4576c7b9818a962194
parent7bbc7f4e6c39a76c28ef58c536130e5679d30cc6
* 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.

svn path=/trunk/mcs/; revision=20074
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryClientFormatterSink.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryClientFormatterSinkProvider.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryCore.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryServerFormatterSinkProvider.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapClientFormatterSink.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapClientFormatterSinkProvider.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapServerFormatterSink.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapServerFormatterSinkProvider.cs