IServerChannelSink.NextChannelSink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.