IServerResponseChannelSinkStack Interfaccia

Definizione

Fornisce la funzionalità dello stack per uno stack di sink del canale di risposta del server.

public interface class IServerResponseChannelSinkStack
public interface IServerResponseChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public interface IServerResponseChannelSinkStack
type IServerResponseChannelSinkStack = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IServerResponseChannelSinkStack = interface
Public Interface IServerResponseChannelSinkStack
Derivato
Attributi

Metodi

Nome Descrizione
AsyncProcessResponse(IMessage, ITransportHeaders, Stream)

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

GetResponseStream(IMessage, ITransportHeaders)

Restituisce l'oggetto Stream in cui deve essere serializzato il messaggio specificato.

Si applica a