IServerChannelSink.NextChannelSink Propriété
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.
Obtient le récepteur de canal serveur suivant dans la chaîne de récepteurs serveur.
public:
property System::Runtime::Remoting::Channels::IServerChannelSink ^ NextChannelSink { System::Runtime::Remoting::Channels::IServerChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get; }
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { [System.Security.SecurityCritical] get; }
member this.NextChannelSink : System.Runtime.Remoting.Channels.IServerChannelSink
[<get: System.Security.SecurityCritical>]
member this.NextChannelSink : System.Runtime.Remoting.Channels.IServerChannelSink
Public ReadOnly Property NextChannelSink As IServerChannelSink
Valeur de propriété
Récepteur de canal serveur suivant dans la chaîne de récepteurs serveur.
- Attributs
Exceptions
L'appelant immédiat n'a pas l'autorisation Infrastructure requise.
Remarques
Les récepteurs de canaux sont liés dans une chaîne de fournisseurs récepteurs, et tous les messages de canal transitent par cette chaîne avant que le message ne soit sérialisé et transporté.