Share via


BinaryClientFormatterSink(IClientChannelSink) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

nextSink
IClientChannelSink

Interfaccia IClientChannelSink successiva nella catena di sink.

Si applica a