次の方法で共有


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

適用対象