IClientFormatterSink Interface
Marks a sink as a client formatter sink that serializes messages into a stream.
Assembly: mscorlib (in mscorlib.dll)
| 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(IMessage^, IMessageSink^) | Asynchronously processes the given message.(Inherited from IMessageSink.) |
![]() | AsyncProcessRequest(IClientChannelSinkStack^, IMessage^, ITransportHeaders^, Stream^) | Requests asynchronous processing of a method call on the current sink.(Inherited from IClientChannelSink.) |
![]() | AsyncProcessResponse(IClientResponseChannelSinkStack^, Object^, ITransportHeaders^, Stream^) | Requests asynchronous processing of a response to a method call on the current sink.(Inherited from IClientChannelSink.) |
![]() | GetRequestStream(IMessage^, ITransportHeaders^) | Returns the Stream onto which the provided message is to be serialized.(Inherited from IClientChannelSink.) |
![]() | ProcessMessage(IMessage^, ITransportHeaders^, Stream^, ITransportHeaders^%, Stream^%) | Requests message processing from the current sink.(Inherited from IClientChannelSink.) |
![]() | SyncProcessMessage(IMessage^) | Synchronously processes the given message.(Inherited from IMessageSink.) |
Formatter sinks must implement both IMessageSink and IClientChannelSink. IClientFormatterSink combines these into one interface.
Available since 1.1
System.Runtime.Remoting.Channels Namespace
[<topic://cpconsinkssinkchains>]

