Share via


SoapServerFormatterSink Constructor

Definición

Inicializa una nueva instancia de la clase SoapServerFormatterSink.

public:
 SoapServerFormatterSink(System::Runtime::Remoting::Channels::SoapServerFormatterSink::Protocol protocol, System::Runtime::Remoting::Channels::IServerChannelSink ^ nextSink, System::Runtime::Remoting::Channels::IChannelReceiver ^ receiver);
public SoapServerFormatterSink (System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver);
new System.Runtime.Remoting.Channels.SoapServerFormatterSink : System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol * System.Runtime.Remoting.Channels.IServerChannelSink * System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.SoapServerFormatterSink
Public Sub New (protocol As SoapServerFormatterSink.Protocol, nextSink As IServerChannelSink, receiver As IChannelReceiver)

Parámetros

protocol
SoapServerFormatterSink.Protocol

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

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 SoapServerFormatterSink.

Se aplica a