public interface IClientFormatterSinkProvider : IClientChannelSinkProvider
|
Some formatter sink implementations use Runtime Formatters ( BinaryFormatter and SoapFormatter). Other implementations can use their own means to transform the channel message into the stream. On the return journey the formatter sink will transform the message stream back into the channel message elements (return message).
Hierarchy: