System.Runtime.Remoting.Channels.BaseChannelWithProperties Class

Provides a base implementation for channels that want to expose a dictionary interface to their properties.

See Also: BaseChannelWithProperties Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public abstract class BaseChannelWithProperties : BaseChannelObjectWithProperties

Remarks

The System.Runtime.Remoting.Channels.BaseChannelWithProperties class handles the complexity of asking the sinks in a channel sink chain for their properties. After the channel constructs its sink chain (if applicable), it must set the BaseChannelWithProperties.SinksWithProperties property.

This class makes a link demand and an inheritance demand at the class level. A System.Security.SecurityException is thrown when either the immediate caller or the derived class does not have infrastructure permission. For details about security demands, see Link Demands and Inheritance Demands.

Requirements

Namespace: System.Runtime.Remoting.Channels
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0