Compartilhar via


IServerChannelSink.NextChannelSink Propriedade

Definição

Obtém o próximo coletor de servidor de canal na cadeia de coletores de servidor.

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

Valor da propriedade

O próximo coletor de canal do servidor na cadeia de coletores do servidor.

Atributos

Exceções

O chamador imediato não tem a permissão Infrastructure necessária.

Comentários

Os coletores de canal são vinculados em uma cadeia de provedores de coletores e todas as mensagens de canal fluem por essa cadeia antes que a mensagem seja serializada e transportada.

Aplica-se a