ClientChannelSinkStack.AsyncProcessResponse(ITransportHeaders, Stream) Method

Definition

Requests asynchronous processing of a method call on the sinks that are in the current sink stack.

public void AsyncProcessResponse (System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
[System.Security.SecurityCritical]
public void AsyncProcessResponse (System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);

Parameters

headers
ITransportHeaders

The headers that are retrieved from the server response stream.

stream
Stream

The stream that is returning from the transport sink.

Implements

Attributes

Exceptions

The current sink stack is empty.

Remarks

The AsyncProcessResponse method initializes asynchronous processing on the top sink in the current sink stack. For additional information, see IClientChannelSink.AsyncProcessResponse.

Applies to

Produit Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1