SoapClientFormatterSink(IClientChannelSink) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe SoapClientFormatterSink.
public:
SoapClientFormatterSink(System::Runtime::Remoting::Channels::IClientChannelSink ^ nextSink);
public SoapClientFormatterSink (System.Runtime.Remoting.Channels.IClientChannelSink nextSink);
new System.Runtime.Remoting.Channels.SoapClientFormatterSink : System.Runtime.Remoting.Channels.IClientChannelSink -> System.Runtime.Remoting.Channels.SoapClientFormatterSink
Public Sub New (nextSink As IClientChannelSink)
Parâmetros
- nextSink
- IClientChannelSink
O próximo coletor na cadeia de coletores de canal.