ClientChannelSinkStack Constructors

Definition

Initializes a new instance of the ClientChannelSinkStack class.

Overloads

ClientChannelSinkStack()

Initializes a new instance of the ClientChannelSinkStack class with default values.

ClientChannelSinkStack(IMessageSink)

Initializes a new instance of the ClientChannelSinkStack class with the specified reply sink.

ClientChannelSinkStack()

Initializes a new instance of the ClientChannelSinkStack class with default values.

public:
 ClientChannelSinkStack();
public ClientChannelSinkStack ();
Public Sub New ()

Applies to

ClientChannelSinkStack(IMessageSink)

Initializes a new instance of the ClientChannelSinkStack class with the specified reply sink.

public:
 ClientChannelSinkStack(System::Runtime::Remoting::Messaging::IMessageSink ^ replySink);
public ClientChannelSinkStack (System.Runtime.Remoting.Messaging.IMessageSink replySink);
new System.Runtime.Remoting.Channels.ClientChannelSinkStack : System.Runtime.Remoting.Messaging.IMessageSink -> System.Runtime.Remoting.Channels.ClientChannelSinkStack
Public Sub New (replySink As IMessageSink)

Parameters

replySink
IMessageSink

The IMessageSink that the current stack can use to reply to messages.

Applies to