BinaryClientFormatterSink(IClientChannelSink) 构造函数

定义

初始化 BinaryClientFormatterSink 类的新实例。

public:
 BinaryClientFormatterSink(System::Runtime::Remoting::Channels::IClientChannelSink ^ nextSink);
public BinaryClientFormatterSink (System.Runtime.Remoting.Channels.IClientChannelSink nextSink);
new System.Runtime.Remoting.Channels.BinaryClientFormatterSink : System.Runtime.Remoting.Channels.IClientChannelSink -> System.Runtime.Remoting.Channels.BinaryClientFormatterSink
Public Sub New (nextSink As IClientChannelSink)

参数

nextSink
IClientChannelSink

接收器链中的下一个 IClientChannelSink

适用于