System.Runtime.Remoting.Channels.IClientChannelSink

Provides required functions and properties for client channel sinks.

See Also: IClientChannelSink Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface IClientChannelSink : IChannelSinkBase

Remarks

Channel sinks provide a plug-in point that allows access to the underlying messages flowing through the channel as well as the stream used by the transport mechanism to send messages to a remote object. Channel sinks are linked together in a chain of channel sink providers and all channel messages flow through this chain of sinks before they are serialized and transported.

Requirements

Namespace: System.Runtime.Remoting.Channels
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0