BinaryServerFormatterSink Constructor

Definition

Initializes a new instance of the BinaryServerFormatterSink class.

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)

Parameters

protocol
BinaryServerFormatterSink.Protocol

The BinaryServerFormatterSink.Protocol that will be used with the current instance of BinaryServerFormatterSink.

nextSink
IServerChannelSink

The next sink in the channel sink chain.

receiver
IChannelReceiver

Indicates the channel that will receive the messages that are serialized by the new instance of BinaryServerFormatterSink.

Applies to