BaseChannelWithProperties.SinksWithProperties 欄位

定義

指示通道接收堆疊中的頂端通道接收。

protected: System::Runtime::Remoting::Channels::IChannelSinkBase ^ SinksWithProperties;
protected System.Runtime.Remoting.Channels.IChannelSinkBase SinksWithProperties;
val mutable SinksWithProperties : System.Runtime.Remoting.Channels.IChannelSinkBase
Protected SinksWithProperties As IChannelSinkBase 

欄位值

備註

通道接收提供外掛程式點,允許存取流經通道的基礎訊息,以及傳輸機制用來將訊息傳送至遠端物件的資料流程。 通道接收會在通道接收提供者鏈結中連結在一起,而所有通道訊息都會在訊息序列化和傳輸之前流經此接收鏈結。

適用於