IMessageSink::NextSink Property

 

Gets the next message sink in the sink chain.

Namespace:   System.Runtime.Remoting.Messaging
Assembly:  mscorlib (in mscorlib.dll)

property IMessageSink^ NextSink {
	[SecurityCriticalAttribute]
	IMessageSink^ get();
}

Property Value

Type: System.Runtime.Remoting.Messaging::IMessageSink^

The next message sink in the sink chain.

Exception Condition
SecurityException

The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.

SecurityPermission

for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure

.NET Framework
Available since 1.1
Return to top
Show: