ClientChannelSinkStack Class
Holds the stack of client channel sinks that must be invoked during an asynchronous message response decoding.
For a list of all members of this type, see ClientChannelSinkStack Members.
System.Object
System.Runtime.Remoting.Channels.ClientChannelSinkStack
[Visual Basic] Public Class ClientChannelSinkStack Implements IClientChannelSinkStack, _ IClientResponseChannelSinkStack [C#] public class ClientChannelSinkStack : IClientChannelSinkStack, IClientResponseChannelSinkStack [C++] public __gc class ClientChannelSinkStack : public IClientChannelSinkStack, IClientResponseChannelSinkStack [JScript] public class ClientChannelSinkStack implements IClientChannelSinkStack, IClientResponseChannelSinkStack
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
ClientChannelSinkStack Members | System.Runtime.Remoting.Channels Namespace