IChannelSinkBase Interface

 

Provides the base interface for channel sinks.

Namespace:   System.Runtime.Remoting.Channels
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public interface class IChannelSinkBase

NameDescription
System_CAPS_pubpropertyProperties

Gets a dictionary through which properties on the sink can be accessed.

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.

.NET Framework
Available since 1.1
Return to top
Show: