Udostępnij za pośrednictwem


BinaryServerFormatterSink Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

protocol
BinaryServerFormatterSink.Protocol

Będzie BinaryServerFormatterSink.Protocol używany z bieżącym wystąpieniem klasy BinaryServerFormatterSink.

nextSink
IServerChannelSink

Następny ujście w łańcuchu ujścia kanału.

receiver
IChannelReceiver

Wskazuje kanał, który będzie odbierał komunikaty serializowane przez nowe wystąpienie klasy BinaryServerFormatterSink.

Dotyczy