閱讀英文

共用方式為


IServerChannelSink.NextChannelSink 屬性

定義

取得伺服器接收鏈結中的下一個伺服器通道接收。

public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get; }
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { [System.Security.SecurityCritical] get; }

屬性值

伺服器接收鏈結中的下一個伺服器通道接收。

屬性

例外狀況

立即呼叫端沒有必要的 Infrastructure 使用權限。

備註

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

適用於