BinaryClientFormatterSink(IClientChannelSink) Constructor

Definition

Initializes a new instance of the BinaryClientFormatterSink class.

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)

Parameters

nextSink
IClientChannelSink

The next IClientChannelSink in the sink chain.

Applies to