Udostępnij za pośrednictwem


IClientChannelSink.NextChannelSink Właściwość

Definicja

Pobiera następny ujście kanału klienta w łańcuchu ujścia klienta.

public:
 property System::Runtime::Remoting::Channels::IClientChannelSink ^ NextChannelSink { System::Runtime::Remoting::Channels::IClientChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink { get; }
public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink { [System.Security.SecurityCritical] get; }
member this.NextChannelSink : System.Runtime.Remoting.Channels.IClientChannelSink
[<get: System.Security.SecurityCritical>]
member this.NextChannelSink : System.Runtime.Remoting.Channels.IClientChannelSink
Public ReadOnly Property NextChannelSink As IClientChannelSink

Wartość właściwości

Następny ujście kanału klienta w łańcuchu ujścia klienta.

Atrybuty

Wyjątki

Bezpośredni obiekt wywołujący nie ma uprawnień do infrastruktury.

Przykłady

Poniższy przykład kodu ilustruje implementację tej właściwości.

public:
   property IClientChannelSink^ NextChannelSink 
   {
      virtual IClientChannelSink^ get()
      {
         return (nextSink);
      }
   }
public IClientChannelSink NextChannelSink
{
    get
    {
        return(nextSink);
    }
}

Uwagi

Ujścia kanału są połączone w łańcuchu dostawców ujścia i wszystkie komunikaty kanału przepływają przez ten łańcuch przed ich serializacji i transportu.

Dotyczy