System.Runtime.Remoting.Channels.IServerFormatterSinkProvider Interface

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Channels
Summary
Marks a server channel sink provider as a server formatter sink provider.
C# Syntax:
public interface IServerFormatterSinkProvider : IServerChannelSinkProvider
Remarks
An IServerFormatterSinkProvider creates server formatter sinks for the server channel through which remoting messages flow.

Note 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 on remoting configuration, see the conceptual topic at MSDN: channelformatterconfigurationproperties and .

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).

See also:
System.Runtime.Remoting.Channels Namespace

System.Runtime.Remoting.Channels.IServerFormatterSinkProvider Member List:

Hierarchy:


System.Runtime.Remoting.Channels.IServerFormatterSinkProvider Member Details

Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.