BinaryClientFormatterSink.NextChannelSink 属性

定义

获取接收器链中的下一个 IClientChannelSink

public:
 property System::Runtime::Remoting::Channels::IClientChannelSink ^ NextChannelSink { System::Runtime::Remoting::Channels::IClientChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink { get; }
member this.NextChannelSink : System.Runtime.Remoting.Channels.IClientChannelSink
Public ReadOnly Property NextChannelSink As IClientChannelSink

属性值

接收器链中的下一个 IClientChannelSink

实现

适用于