SoapClientFormatterSink.AsyncProcessRequest Metodo

Definizione

Richiede l'elaborazione asincrona di una chiamata di metodo sul sink corrente.

public:
 virtual void AsyncProcessRequest(System::Runtime::Remoting::Channels::IClientChannelSinkStack ^ sinkStack, System::Runtime::Remoting::Messaging::IMessage ^ msg, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessRequest (System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessRequest : System.Runtime.Remoting.Channels.IClientChannelSinkStack * System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessRequest : System.Runtime.Remoting.Channels.IClientChannelSinkStack * System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessRequest (sinkStack As IClientChannelSinkStack, msg As IMessage, headers As ITransportHeaders, stream As Stream)

Parametri

sinkStack
IClientChannelSinkStack

Stack di sink di canale utilizzato per la chiamata al sink corrente.

msg
IMessage

Messaggio da elaborare.

headers
ITransportHeaders

Intestazioni da aggiungere all'intestazione del messaggio in uscita verso il server.

stream
Stream

Flusso diretto al sink di trasporto.

Implementazioni

Si applica a

Vedi anche