This documentation is archived and is not being maintained.

IServerChannelSinkStack Interface

Provides the stack functionality for a stack of server channel sinks.

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

System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack
   System.Runtime.Remoting.Channels.IServerChannelSinkStack

[Visual Basic]
Public Interface IServerChannelSinkStack
   Inherits IServerResponseChannelSinkStack
[C#]
public interface IServerChannelSinkStack :
   IServerResponseChannelSinkStack
[C++]
public __gc __interface IServerChannelSinkStack : public
   IServerResponseChannelSinkStack
[JScript]
public interface IServerChannelSinkStack implements
   IServerResponseChannelSinkStack

Classes that Implement IServerChannelSinkStack

Class Description
ServerChannelSinkStack Holds the stack of server channel sinks.

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

IServerChannelSinkStack Members | System.Runtime.Remoting.Channels Namespace

Show: