This documentation is archived and is not being maintained.
IClientFormatterSink Interface
.NET Framework 1.1
Marks a sink as a client formatter sink that serializes messages into a stream.
[Visual Basic] Public Interface IClientFormatterSink Inherits IMessageSink, IClientChannelSink, IChannelSinkBase [C#] public interface IClientFormatterSink : IMessageSink, IClientChannelSink, IChannelSinkBase [C++] public __gc __interface IClientFormatterSink : public IMessageSink, IClientChannelSink, IChannelSinkBase [JScript] public interface IClientFormatterSink implements IMessageSink, IClientChannelSink, IChannelSinkBase
Classes that Implement IClientFormatterSink
| Class | Description |
|---|---|
| BinaryClientFormatterSink | Provides the implementation for a client formatter sink that uses the BinaryFormatter. |
| SoapClientFormatterSink | Provides the implementation for a client formatter sink that uses the SoapFormatter. |
Remarks
Formatter sinks must implement both IMessageSink and IClientChannelSink. IClientFormatterSink combines these into one interface.
Requirements
Namespace: System.Runtime.Remoting.Channels
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
System.Runtime.Remoting.Channels Namespace | Sinks and Sink Chains
Show: