System.Runtime.Remoting.Channels.IServerFormatterSinkProvider

Marks a server channel sink provider as a server formatter sink provider.

See Also: IServerFormatterSinkProvider Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface IServerFormatterSinkProvider : IServerChannelSinkProvider

Remarks

A System.Runtime.Remoting.Channels.IServerFormatterSinkProvider creates server formatter sinks for the server channel through which remoting messages flow.

To use a <formatter> tag instead of a <provider> tag within a configuration file, the server channel sink provider must implement the System.Runtime.Remoting.Channels.IClientFormatterSinkProvider interface instead of System.Runtime.Remoting.Channels.IClientChannelSinkProvider. For additional information about remoting configuration, see [<topic://cpconchannelformatterconfigurationproperties>] and [<topic://gnconremotingsettingsschema>].

Some formatter sink implementations use run-time formatters (System.Runtime.Serialization.Formatters.Binary.BinaryFormatter and System.Runtime.Serialization.Formatters.Soap.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).

Requirements

Namespace: System.Runtime.Remoting.Channels
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0