SoapServerFormatterSink Construtor

Definição

Inicializa uma nova instância da SoapServerFormatterSink classe.

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

nextSink
IServerChannelSink

A próxima pila na cadeia do canal.

receiver
IChannelReceiver

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

Aplica-se a