Share via


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 使用權限。

備註

通道接收會在接收提供者鏈結中連結在一起,而且所有通道訊息都會在訊息串行化和傳輸之前流經此鏈結。

適用於