BinaryClientFormatterSink Class
Assembly: System.Runtime.Remoting (in system.runtime.remoting.dll)
'Declaration Public Class BinaryClientFormatterSink Implements IClientFormatterSink, IMessageSink, IClientChannelSink, IChannelSinkBase 'Usage Dim instance As BinaryClientFormatterSink
public class BinaryClientFormatterSink implements IClientFormatterSink, IMessageSink, IClientChannelSink, IChannelSinkBase
public class BinaryClientFormatterSink implements IClientFormatterSink, IMessageSink, IClientChannelSink, IChannelSinkBase
Not applicable.
The function of the formatter sink is to generate the necessary headers and serialize the message to the stream. After the formatter sink, the IMessage is forwarded to all sinks in the chain through the ProcessMessage or AsyncProcessRequest calls. At this stage the message has already been serialized and is provided as information only. Sinks that need to create or modify the message must be placed in the sink chain before the formatter. This is easily achieved by implementing the IClientFormatterSink interface, which gives the impression of having a reference to the formatter sink. The real formatter sink can then be placed later in the sink chain.
| Property | Description |
|---|---|
| includeVersions | Specifies whether the formatter will include versioning information. Values are true or false. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.