System.Runtime.Remoting.Channels.BinaryServerFormatterSink.AsyncProcessResponse Method

Requests processing of the response from a method call that is sent asynchronously.

Syntax

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

Parameters

message
Documentation for this section has not yet been entered.
sinkStack
A stack of sinks that is leading back to the server transport sink.
state
Information that is associated with the current sink, generated on the request side, and needed on the response side.
headers
The headers to add to the return message that is heading to the client.
stream
The stream that is heading back to the transport sink.

Remarks

Documentation for this section has not yet been entered.

Requirements

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