BinaryClientFormatterSink(IClientChannelSink) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

nextSink
IClientChannelSink

O próximo IClientChannelSink na cadeia de coletores.

Aplica-se a