BinaryClientFormatterSink.AsyncProcessResponse Method

Definition

Requests asynchronous processing of a response to a method call on the current sink.

public:
 virtual void AsyncProcessResponse(System::Runtime::Remoting::Channels::IClientResponseChannelSinkStack ^ sinkStack, System::Object ^ state, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessResponse (System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessResponse : System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack * obj * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessResponse : System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack * obj * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessResponse (sinkStack As IClientResponseChannelSinkStack, state As Object, headers As ITransportHeaders, stream As Stream)

Parameters

sinkStack
IClientResponseChannelSinkStack

A stack of sinks that called the current sink.

state
Object

Information that is associated with the current sink, generated on the request side and needed on the response side.

headers
ITransportHeaders

The headers that are retrieved from the server response stream.

stream
Stream

The stream that is coming back from the transport sink.

Implements

Applies to

See also