共用方式為


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

適用於