IServerChannelSink.NextChannelSink Propriété

Définition

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é.

S’applique à