IServerChannelSink.NextChannelSink Proprietà

Definizione

Ottiene il sink del canale 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 del canale server successivo nella catena di sink del server.

Attributi

Eccezioni

Il chiamante immediato non dispone dell'autorizzazione richiesta Infrastructure .

Commenti

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

Si applica a