Compartir vía


BinaryServerFormatterSink Constructor

Definición

Inicializa una nueva instancia de la clase BinaryServerFormatterSink.

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)

Parámetros

protocol
BinaryServerFormatterSink.Protocol

Objeto BinaryServerFormatterSink.Protocol que se utilizará con la instancia actual de BinaryServerFormatterSink.

nextSink
IServerChannelSink

Siguiente receptor de la cadena de receptores de canal.

receiver
IChannelReceiver

Indica el canal que recibirá los mensajes serializados mediante la nueva instancia de BinaryServerFormatterSink.

Se aplica a