ClientChannelSinkStack Class
Holds the stack of client channel sinks that must be invoked during an asynchronous message response decoding.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ClientChannelSinkStack() | Initializes a new instance of the ClientChannelSinkStack class with default values. |
![]() | ClientChannelSinkStack(IMessageSink^) | Initializes a new instance of the ClientChannelSinkStack class with the specified reply sink. |
| Name | Description | |
|---|---|---|
![]() | AsyncProcessResponse(ITransportHeaders^, Stream^) | Requests asynchronous processing of a method call on the sinks that are in the current sink stack. |
![]() | DispatchException(Exception^) | Dispatches the specified exception on the reply sink. |
![]() | DispatchReplyMessage(IMessage^) | Dispatches the specified reply message on the reply sink. |
![]() | 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.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Pop(IClientChannelSink^) | Pops the information that is associated with all the sinks from the sink stack up to and including the specified sink. |
![]() | Push(IClientChannelSink^, Object^) | Pushes the specified sink and information that is associated with it onto the sink stack. |
![]() | 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.

