Share via


BaseChannelWithProperties.SinksWithProperties 字段

定义

指示信道接收器堆栈中最上面的信道接收器。

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 

字段值

注解

通道接收器提供了一个插件点,允许访问流经通道的基础消息,以及传输机制用于将消息发送到远程对象的流。 通道接收器在通道接收器提供程序链中链接在一起,所有通道消息在序列化和传输消息之前都流经此接收器链。

适用于