Partage via


SoapServerFormatterSink Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

protocol
SoapServerFormatterSink.Protocol

SoapServerFormatterSink.Protocol qui sera utilisé avec l'instance actuelle de SoapServerFormatterSink.

nextSink
IServerChannelSink

Récepteur suivant dans la chaîne de récepteurs de canal.

receiver
IChannelReceiver

Indique le canal qui recevra les messages sérialisés par la nouvelle instance de SoapServerFormatterSink.

S’applique à