This documentation is archived and is not being maintained.

IClientResponseChannelSinkStack Interface

Provides the stack functionality for a stack of client response channel sinks that must be invoked during an asynchronous message response decoding.

For a list of all members of this type, see IClientResponseChannelSinkStack Members.

[Visual Basic]
Public Interface IClientResponseChannelSinkStack
[C#]
public interface IClientResponseChannelSinkStack
[C++]
public __gc __interface IClientResponseChannelSinkStack
[JScript]
public interface IClientResponseChannelSinkStack

Classes that Implement IClientResponseChannelSinkStack

Class Description
ClientChannelSinkStack Holds the stack of client channel sinks that must be invoked during an asynchronous message response decoding.

Requirements

Namespace: System.Runtime.Remoting.Channels

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

IClientResponseChannelSinkStack Members | System.Runtime.Remoting.Channels Namespace

Show: