Share via


IClientResponseChannelSinkStack.AsyncProcessResponse Metodo

Definizione

Richiede l'elaborazione asincrona di una chiamata di metodo sui sink nello stack di sink corrente.

public:
 void AsyncProcessResponse(System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
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);
abstract member AsyncProcessResponse : System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
[<System.Security.SecurityCritical>]
abstract member AsyncProcessResponse : System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessResponse (headers As ITransportHeaders, stream As Stream)

Parametri

headers
ITransportHeaders

Intestazioni recuperate dal flusso di risposta del server.

stream
Stream

Flusso di ritorno proveniente dal sink di trasporto.

Attributi

Eccezioni

Lo stack di sink corrente è vuoto.

Il chiamante immediato non dispone dell'autorizzazione di infrastruttura.

Commenti

Il AsyncProcessResponse metodo inizializza l'elaborazione asincrona sul sink superiore nello stack di sink corrente. Per altre informazioni, vedere IClientChannelSink.AsyncProcessResponse.

Si applica a