IServerChannelSink.NextChannelSink 属性

定义

获取服务器接收器链中的下一个服务器信道接收器。

public:
 property System::Runtime::Remoting::Channels::IServerChannelSink ^ NextChannelSink { System::Runtime::Remoting::Channels::IServerChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get; }
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { [System.Security.SecurityCritical] get; }
member this.NextChannelSink : System.Runtime.Remoting.Channels.IServerChannelSink
[<get: System.Security.SecurityCritical>]
member this.NextChannelSink : System.Runtime.Remoting.Channels.IServerChannelSink
Public ReadOnly Property NextChannelSink As IServerChannelSink

属性值

服务器接收器链中的下一个服务器信道接收器。

属性

例外

直接调用方没有所要求的 Infrastructure 权限。

注解

通道接收器在接收器提供程序链中链接在一起,所有通道消息在序列化和传输消息之前都流经此链。

适用于