BinaryClientFormatterSink.AsyncProcessResponse(IClientResponseChannelSinkStack, Object, ITransportHeaders, Stream) Método

Definição

Solicita o processamento assíncrono de uma resposta a uma chamada de método no coletor atual.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)

Parâmetros

sinkStack
IClientResponseChannelSinkStack

Uma pilha de coletores que chamou o coletor atual.A stack of sinks that called the current sink.

state
Object

Informações associadas ao coletor atual, geradas no lado de solicitação e necessárias no lado de resposta.Information that is associated with the current sink, generated on the request side and needed on the response side.

headers
ITransportHeaders

Os cabeçalhos recuperados do fluxo de resposta do servidor.The headers that are retrieved from the server response stream.

stream
Stream

O fluxo que está voltando do coletor de transporte.The stream that is coming back from the transport sink.

Implementações

Aplica-se a

Confira também