IServerFormatterSinkProvider Interface
Marks a server channel sink provider as a server formatter sink provider.
Assembly: mscorlib (in mscorlib.dll)
The IServerFormatterSinkProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Next | Gets or sets the next sink provider in the channel sink provider chain. (Inherited from IServerChannelSinkProvider.) |
| Name | Description | |
|---|---|---|
![]() | CreateSink | Creates a sink chain. (Inherited from IServerChannelSinkProvider.) |
![]() | GetChannelData | Returns the channel data for the channel that the current sink is associated with. (Inherited from IServerChannelSinkProvider.) |
A 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 IClientFormatterSinkProvider interface instead of IClientChannelSinkProvider. For additional information about remoting configuration, see [<topic://cpconchannelformatterconfigurationproperties>] and [<topic://gnconremotingsettingsschema>].
Some formatter sink implementations use run-time 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).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
