This documentation is archived and is not being maintained.
ServerChannelSinkStack Class
Visual Studio 2010
Holds the stack of server channel sinks.
Assembly: mscorlib (in mscorlib.dll)
The ServerChannelSinkStack type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServerChannelSinkStack | Initializes a new instance of the ServerChannelSinkStack class. |
| Name | Description | |
|---|---|---|
![]() | AsyncProcessResponse | Requests asynchronous processing of a method call on the sinks in the current sink stack. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetResponseStream | Returns the Stream onto which the specified message is to be serialized. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Pop | Pops the information associated with all the sinks from the sink stack up to and including the specified sink. |
![]() | Push | Pushes the specified sink and information associated with it onto the sink stack. |
![]() | ServerCallback | Provides a AsyncCallback delegate to handle a callback after a message has been dispatched asynchronously. |
![]() | Store | Stores a message sink and its associated state for later asynchronous processing. |
![]() | StoreAndDispatch | Stores a message sink and its associated state, and then dispatches a message asynchronously, using the sink just stored and any other stored sinks. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class makes a link demand. A security exception is thrown if the immediate caller does not have infrastructure permission. See Link Demands for more information.
- SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
