Compartir a través de


IServerChannelSink.NextChannelSink Propiedad

Definición

Obtiene el siguiente receptor de canal del servidor de la cadena de receptores del 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 de propiedad

Siguiente receptor de canal del servidor de la cadena de receptores del servidor.

Atributos

Excepciones

El llamador inmediato no dispone del permiso Infrastructure requerido.

Comentarios

Los receptores de canal se vinculan juntos en una cadena de proveedores receptores, y todos los mensajes de canal fluyen a través de esta cadena antes de que el mensaje se serialice y transporte.

Se aplica a