SoapServerFormatterSink Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

protocol
SoapServerFormatterSink.Protocol

Oggetto SoapServerFormatterSink.Protocol che verrà utilizzato con l'istanza corrente di SoapServerFormatterSink.

nextSink
IServerChannelSink

Sink successivo nella catena di sink del canale.

receiver
IChannelReceiver

Indica il canale che riceverà i messaggi serializzati dalla nuova istanza di SoapServerFormatterSink.

Si applica a