IServerFormatterSinkProvider Interface
Marks a server channel sink provider as a server formatter sink provider.
Namespace: System.Runtime.Remoting.Channels
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)