IServerChannelSink.NextChannelSink Property

Definition

Gets the next server channel sink in the server sink chain.

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

Property Value

The next server channel sink in the server sink chain.

Attributes

Exceptions

The immediate caller does not have the required Infrastructure permission.

Remarks

Channel sinks are linked together in a chain of sink providers, and all channel messages flow through this chain before the message is serialized and transported.

Applies to