IClientFormatterSink Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Marque un récepteur comme récepteur de formateur client qui sérialise des messages dans un flux.
public interface class IClientFormatterSink : System::Runtime::Remoting::Channels::IClientChannelSink, System::Runtime::Remoting::Messaging::IMessageSink
public interface IClientFormatterSink : System.Runtime.Remoting.Channels.IClientChannelSink, System.Runtime.Remoting.Messaging.IMessageSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IClientFormatterSink : System.Runtime.Remoting.Channels.IClientChannelSink, System.Runtime.Remoting.Messaging.IMessageSink
type IClientFormatterSink = interface
interface IMessageSink
interface IClientChannelSink
interface IChannelSinkBase
[<System.Runtime.InteropServices.ComVisible(true)>]
type IClientFormatterSink = interface
interface IMessageSink
interface IClientChannelSink
interface IChannelSinkBase
Public Interface IClientFormatterSink
Implements IClientChannelSink, IMessageSink
- Dérivé
- Attributs
- Implémente
Remarques
Les récepteurs de formateur doivent implémenter à la fois IMessageSink et IClientChannelSink. IClientFormatterSink les combine en une seule interface.
Propriétés
NextChannelSink |
Obtient le récepteur de canal client suivant dans la chaîne de récepteurs cliente. (Hérité de IClientChannelSink) |
NextSink |
Obtient le récepteur de messages suivant dans la chaîne de récepteurs. (Hérité de IMessageSink) |
Properties |
Obtient un dictionnaire permettant d'accéder aux propriétés du récepteur. (Hérité de IChannelSinkBase) |
Méthodes
AsyncProcessMessage(IMessage, IMessageSink) |
Traite de façon asynchrone le message fourni. (Hérité de IMessageSink) |
AsyncProcessRequest(IClientChannelSinkStack, IMessage, ITransportHeaders, Stream) |
Demande le traitement asynchrone d'un appel de méthode sur le récepteur en cours. (Hérité de IClientChannelSink) |
AsyncProcessResponse(IClientResponseChannelSinkStack, Object, ITransportHeaders, Stream) |
Demande le traitement asynchrone de la réponse à un appel de méthode sur le récepteur en cours. (Hérité de IClientChannelSink) |
GetRequestStream(IMessage, ITransportHeaders) |
Retourne Stream dans lequel le message fourni doit être sérialisé. (Hérité de IClientChannelSink) |
ProcessMessage(IMessage, ITransportHeaders, Stream, ITransportHeaders, Stream) |
Demande le traitement de messages à partir du récepteur en cours. (Hérité de IClientChannelSink) |
SyncProcessMessage(IMessage) |
Traite de façon synchrone le message fourni. (Hérité de IMessageSink) |