Compartir a través de


BinaryClientFormatterSink(IClientChannelSink) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Siguiente objeto IClientChannelSink en la cadena de receptores.

Se aplica a