SoapServerFormatterSink(SoapServerFormatterSink+Protocol, IServerChannelSink, IChannelReceiver) Construtor
Definição
Inicializa uma nova instância da classe SoapServerFormatterSink.Initializes a new instance of the SoapServerFormatterSink class.
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.The SoapServerFormatterSink.Protocol that will be used with the current instance of SoapServerFormatterSink.
- nextSink
- IServerChannelSink
O próximo coletor na cadeia de coletores de canal.The next sink in the channel sink chain.
- receiver
- IChannelReceiver
Indica o canal que receberá as mensagens serializadas pela nova instância de SoapServerFormatterSink.Indicates the channel that will receive the messages serialized by the new instance of SoapServerFormatterSink.