Compartilhar via


SoapServerFormatterSink Construtor

Definição

Inicializa uma nova instância da classe 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

O SoapServerFormatterSink.Protocol que será usado com a instância atual do SoapServerFormatterSink.

nextSink
IServerChannelSink

O próximo coletor na cadeia de coletores de canal.

receiver
IChannelReceiver

Indica o canal que receberá as mensagens serializadas pela nova instância de SoapServerFormatterSink.

Aplica-se a