IServerResponseChannelSinkStack Interface

 

Provides the stack functionality for a stack of server response channel sinks.

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

[ComVisibleAttribute(true)]
public interface class IServerResponseChannelSinkStack

NameDescription
System_CAPS_pubmethodAsyncProcessResponse(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.

System_CAPS_pubmethodGetResponseStream(IMessage^, ITransportHeaders^)

Returns the Stream onto which the specified message is to be serialized.

SecurityPermission

for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure

.NET Framework
Available since 1.1
Return to top
Show: