Share via


IServerChannelSink.NextChannelSink Proprietà

Definizione

Ottiene il sink di canale del server successivo nella catena di sink del server.

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

Valore della proprietà

Sink di canale del server successivo nella catena di sink del server.

Attributi

Eccezioni

Il chiamante immediato non dispone dell'autorizzazione Infrastructure necessaria.

Commenti

I sink di canale sono collegati insieme in una catena di provider sink e tutti i messaggi di canale vengono trasmessi attraverso questa catena prima che il messaggio venga serializzato e trasportato.

Si applica a