BinaryServerFormatterSink.NextChannelSink 属性
定义
获取接收器链中的下一个 IServerChannelSink。Gets the next IServerChannelSink in the sink chain.
public:
property System::Runtime::Remoting::Channels::IServerChannelSink ^ NextChannelSink { System::Runtime::Remoting::Channels::IServerChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get; }
member this.NextChannelSink : System.Runtime.Remoting.Channels.IServerChannelSink
Public ReadOnly Property NextChannelSink As IServerChannelSink
属性值
接收器链中的下一个 IServerChannelSink。The next IServerChannelSink in the sink chain.