Share via


BinaryServerFormatterSink コンストラクター

定義

BinaryServerFormatterSink クラスの新しいインスタンスを初期化します。

public:
 BinaryServerFormatterSink(System::Runtime::Remoting::Channels::BinaryServerFormatterSink::Protocol protocol, System::Runtime::Remoting::Channels::IServerChannelSink ^ nextSink, System::Runtime::Remoting::Channels::IChannelReceiver ^ receiver);
public BinaryServerFormatterSink (System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver);
new System.Runtime.Remoting.Channels.BinaryServerFormatterSink : System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol * System.Runtime.Remoting.Channels.IServerChannelSink * System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.BinaryServerFormatterSink
Public Sub New (protocol As BinaryServerFormatterSink.Protocol, nextSink As IServerChannelSink, receiver As IChannelReceiver)

パラメーター

protocol
BinaryServerFormatterSink.Protocol

BinaryServerFormatterSink.Protocol の現在のインスタンスと共に使用される BinaryServerFormatterSink

nextSink
IServerChannelSink

チャネル シンク チェイン内の次のシンク。

receiver
IChannelReceiver

BinaryServerFormatterSink の新しいインスタンスによってシリアル化されたメッセージを受信するチャネルを示します。

適用対象