IServerChannelSinkStack Interface
Provides the stack functionality for a stack of server channel sinks.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncProcessResponse(IMessage^, ITransportHeaders^, Stream^) | This API supports the product infrastructure and is not intended to be used directly from your code. Requests asynchronous processing of a method call on the sinks in the current sink stack.(Inherited from IServerResponseChannelSinkStack.) |
![]() | GetResponseStream(IMessage^, ITransportHeaders^) | Returns the Stream onto which the specified message is to be serialized.(Inherited from IServerResponseChannelSinkStack.) |
![]() | 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^) | This API supports the product infrastructure and is not intended to be used directly from your code. Presents a callback delegate to handle a callback after a message has been dispatched asynchronously. |
![]() | Store(IServerChannelSink^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Stores a message sink and its associated state for later asynchronous processing. |
![]() | StoreAndDispatch(IServerChannelSink^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Stores a message sink and its associated state, and then dispatches a message asynchronously, using the sink just stored and any other stored sinks. |
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
Available since 1.1
