ClientChannelSinkStack Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.