SoapServerFormatterSink Constructor

Definition

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)

Parameters

protocol
SoapServerFormatterSink.Protocol

The SoapServerFormatterSink.Protocol that will be used with the current instance of SoapServerFormatterSink.

nextSink
IServerChannelSink

The next sink in the channel sink chain.

receiver
IChannelReceiver

Indicates the channel that will receive the messages serialized by the new instance of SoapServerFormatterSink.

Applies to