IChannelSinkBase 接口

定义

为信道接收器提供基接口。

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

获取可以通过其访问接收器的属性的字典。

适用于