ServerChannelSinkStack Class
Holds the stack of server channel sinks.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ServerChannelSinkStack() | Initializes a new instance of the ServerChannelSinkStack class. |
| Name | Description | |
|---|---|---|
![]() | AsyncProcessResponse(IMessage^, ITransportHeaders^, Stream^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetResponseStream(IMessage^, ITransportHeaders^) | Returns the Stream onto which the specified message is to be serialized. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Pop(IServerChannelSink^) | Pops the information associated with all the sinks from the sink stack up to and including the specified sink. |
![]() | Push(IServerChannelSink^, Object^) | Pushes the specified sink and information associated with it onto the sink stack. |
![]() | ServerCallback(IAsyncResult^) | Provides a AsyncCallback delegate to handle a callback after a message has been dispatched asynchronously. |
![]() | Store(IServerChannelSink^, Object^) | Stores a message sink and its associated state for later asynchronous processing. |
![]() | StoreAndDispatch(IServerChannelSink^, Object^) | 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.
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

