Provides the base interface for channel sinks.
For a list of all members of this type, see IChannelSinkBase Members.
[Visual Basic]
Public Interface IChannelSinkBase
[C#]
public interface IChannelSinkBase
[C++]
public __gc __interface IChannelSinkBase
[JScript]
public interface IChannelSinkBase
Classes that Implement 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 sink providers and all channel messages flow through this chain before the message is serialized and transported.
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
IChannelSinkBase Members | System.Runtime.Remoting.Channels Namespace