This documentation is archived and is not being maintained.
SdlChannelSink::AsyncProcessResponse Method
Visual Studio 2010
Requests processing from the current sink of the response from a method call that was sent asynchronously.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::Infrastructure, Infrastructure = true)] public: virtual void AsyncProcessResponse( IServerResponseChannelSinkStack^ sinkStack, Object^ state, IMessage^ msg, ITransportHeaders^ headers, Stream^ stream ) sealed
Parameters
- sinkStack
- Type: System.Runtime.Remoting.Channels::IServerResponseChannelSinkStack
A stack of sinks that lead back to the server transport sink.
- state
- Type: System::Object
Information associated with the current sink, generated on the request side, and needed on the response side.
- msg
- Type: System.Runtime.Remoting.Messaging::IMessage
The response message.
- headers
- Type: System.Runtime.Remoting.Channels::ITransportHeaders
The headers to add to the return message heading to the client.
- stream
- Type: System.IO::Stream
The stream heading back to the transport sink.
Implements
IServerChannelSink::AsyncProcessResponse(IServerResponseChannelSinkStack, Object, IMessage, ITransportHeaders, Stream)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: