This documentation is archived and is not being maintained.
ServerChannelSinkStack Class
.NET Framework 1.1
Holds the stack of server channel sinks.
For a list of all members of this type, see ServerChannelSinkStack Members.
System.Object
System.Runtime.Remoting.Channels.ServerChannelSinkStack
[Visual Basic] Public Class ServerChannelSinkStack Implements IServerChannelSinkStack, _ IServerResponseChannelSinkStack [C#] public class ServerChannelSinkStack : IServerChannelSinkStack, IServerResponseChannelSinkStack [C++] public __gc class ServerChannelSinkStack : public IServerChannelSinkStack, IServerResponseChannelSinkStack [JScript] public class ServerChannelSinkStack implements IServerChannelSinkStack, IServerResponseChannelSinkStack
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Note This class makes a link demand. A SecurityException is thrown if the immediate caller does not have infrastructure permission. See Link Demands for more information.
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)
.NET Framework Security:
- SecurityPermission for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission value: SecurityPermissionFlag.Infrastructure
See Also
ServerChannelSinkStack Members | System.Runtime.Remoting.Channels Namespace
Show: