This documentation is archived and is not being maintained.
IClientFormatterSink Interface
Visual Studio 2010
Marks a sink as a client formatter sink that serializes messages into a stream.
Assembly: mscorlib (in mscorlib.dll)
The IClientFormatterSink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | NextChannelSink | Gets the next client channel sink in the client sink chain. (Inherited from IClientChannelSink.) |
![]() | NextSink | Gets the next message sink in the sink chain. (Inherited from IMessageSink.) |
![]() | Properties | Gets a dictionary through which properties on the sink can be accessed. (Inherited from IChannelSinkBase.) |
| Name | Description | |
|---|---|---|
![]() | AsyncProcessMessage | Asynchronously processes the given message. (Inherited from IMessageSink.) |
![]() | AsyncProcessRequest | Requests asynchronous processing of a method call on the current sink. (Inherited from IClientChannelSink.) |
![]() | AsyncProcessResponse | Requests asynchronous processing of a response to a method call on the current sink. (Inherited from IClientChannelSink.) |
![]() | GetRequestStream | Returns the Stream onto which the provided message is to be serialized. (Inherited from IClientChannelSink.) |
![]() | ProcessMessage | Requests message processing from the current sink. (Inherited from IClientChannelSink.) |
![]() | SyncProcessMessage | Synchronously processes the given message. (Inherited from IMessageSink.) |
Formatter sinks must implement both IMessageSink and IClientChannelSink. IClientFormatterSink combines these into one interface.
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.
Show:
