IChannelSinkBase Interface
.NET Framework (current version)
Provides the base interface for channel sinks.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Properties | 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
Available since 1.1
Show:
