IChannelSinkBase 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为信道接收器提供基接口。
public interface class IChannelSinkBase
public interface IChannelSinkBase
[System.Runtime.InteropServices.ComVisible(true)]
public interface IChannelSinkBase
type IChannelSinkBase = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IChannelSinkBase = interface
Public Interface IChannelSinkBase
- 派生
- 属性
注解
通道接收器提供了一个插件点,允许访问流经通道的基础消息,以及传输机制用于将消息发送到远程对象的流。 通道接收器在接收器提供程序链中链接在一起,所有通道消息在序列化和传输消息之前都流经此链。
属性
Properties |
获取可以通过其访问接收器的属性的字典。 |