Condividi tramite


BinaryServerFormatterSink Costruttore

Definizione

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

Parametri

protocol
BinaryServerFormatterSink.Protocol

Enumerazione BinaryServerFormatterSink.Protocol che verrà utilizzata con l'istanza corrente della classe BinaryServerFormatterSink.

nextSink
IServerChannelSink

Sink successivo nella catena di sink del canale.

receiver
IChannelReceiver

Indica il canale che riceverà i messaggi serializzati dalla nuova istanza della classe BinaryServerFormatterSink.

Si applica a