BaseChannelWithProperties.SinksWithProperties Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the top channel sink in the channel sink stack.
protected: System::Runtime::Remoting::Channels::IChannelSinkBase ^ SinksWithProperties;
protected System.Runtime.Remoting.Channels.IChannelSinkBase SinksWithProperties;
val mutable SinksWithProperties : System.Runtime.Remoting.Channels.IChannelSinkBase
Protected SinksWithProperties As IChannelSinkBase
Field Value
Remarks
Channel sinks provide a plug-in point that allows access to the underlying messages that are flowing through the channel as well as the stream that is 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 the messages are serialized and transported.