mscorlib(4.0.0.0) API with additions
IChannelSinkBase.cs
1 using System.Collections;
3 using System.Security;
4 
6 {
8  [ComVisible(true)]
9  public interface IChannelSinkBase
10  {
15  {
16  [SecurityCritical]
17  get;
18  }
19  }
20 }
IDictionary Properties
Gets a dictionary through which properties on the sink can be accessed.
Definition: __Canon.cs:3
Provides the base interface for channel sinks.
Represents a nongeneric collection of key/value pairs.
Definition: IDictionary.cs:8