IClientResponseChannelSinkStack Interface

 

Provides the stack functionality for a stack of client response channel sinks that must be invoked during an asynchronous message response decoding.

Namespace:   System.Runtime.Remoting.Channels
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public interface class IClientResponseChannelSinkStack

NameDescription
System_CAPS_pubmethodAsyncProcessResponse(ITransportHeaders^, Stream^)

Requests asynchronous processing of a method call on the sinks in the current sink stack.

System_CAPS_pubmethodDispatchException(Exception^)

Dispatches the specified exception on the reply sink.

System_CAPS_pubmethodDispatchReplyMessage(IMessage^)

Dispatches the specified reply message on the reply sink.

.NET Framework
Available since 1.1
Return to top
Show: