Sdílet prostřednictvím


IClientChannelSink.NextChannelSink Vlastnost

Definice

Získá další jímku kanálu klienta v řetězu jímky 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

Hodnota vlastnosti

Další jímka kanálu klienta v řetězu jímky klienta.

Atributy

Výjimky

Okamžitý volající nemá oprávnění k infrastruktuře.

Příklady

Následující příklad kódu znázorňuje implementaci této vlastnosti.

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

Poznámky

Jímky kanálů jsou propojeny v řetězu poskytovatelů jímky a všechny zprávy kanálu procházejí tímto řetězem před jejich serializaci a přenosem.

Platí pro