System.Runtime.Remoting.Channels.IServerChannelSink.AsyncProcessResponse Method

Requests processing from the current sink of the response from a method call sent asynchronously.

Syntax

public void AsyncProcessResponse (IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, ITransportHeaders headers, System.IO.Stream stream)

Parameters

sinkStack
A stack of sinks leading back to the server transport sink.
state
Information generated on the request side that is associated with this sink.
msg
The response message.
headers
The headers to add to the return message heading to the client.
stream
The stream heading back to the transport sink.

Remarks

The state parameter contains information that was pushed onto the channel sink stack and associated with the current sink.

Requirements

Namespace: System.Runtime.Remoting.Channels
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0