SoapClientFormatterSink.AsyncProcessResponse Method

Definition

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

public void AsyncProcessResponse (System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);

Parameters

sinkStack
IClientResponseChannelSinkStack

A stack of sinks that called the current sink.

state
Object

The state associated with the current sink.

headers
ITransportHeaders

The headers retrieved from the server response stream.

stream
Stream

The stream coming back from the transport sink.

Implements

Applies to

Product 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

See also