BaseChannelWithProperties Class
Provides a base implementation for channels that want to expose a dictionary interface to their properties.
For a list of all members of this type, see BaseChannelWithProperties Members.
System.Object
System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
System.Runtime.Remoting.Channels.BaseChannelWithProperties
System.Runtime.Remoting.Channels.Http.HttpChannel
System.Runtime.Remoting.Channels.Http.HttpClientChannel
System.Runtime.Remoting.Channels.Http.HttpServerChannel
[Visual Basic] MustInherit Public Class BaseChannelWithProperties Inherits BaseChannelObjectWithProperties [C#] public abstract class BaseChannelWithProperties : BaseChannelObjectWithProperties [C++] public __gc __abstract class BaseChannelWithProperties : public BaseChannelObjectWithProperties [JScript] public abstract class BaseChannelWithProperties extends BaseChannelObjectWithProperties
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The 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 SinksWithProperties property.
Note This class makes a link demand and an inheritance demand at the class level. A 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.
Notes to Inheritors: When you inherit from BaseChannelWithProperties, you must implement the Keys property and the Item property.
Requirements
Namespace: System.Runtime.Remoting.Channels
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
.NET Framework Security:
- SecurityPermission for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission Value: SecurityPermissionFlag.Infrastructure
- SecurityPermission for operating with infrastructure code. Demand value: SecurityAction.InheritanceDemand; Permission Value: SecurityPermissionFlag.Infrastructure
See Also
BaseChannelWithProperties Members | System.Runtime.Remoting.Channels Namespace