mscorlib(4.0.0.0) API with additions
IChannelSinkBase.cs
1
using
System
.
Collections
;
2
using
System
.
Runtime
.
InteropServices
;
3
using
System
.
Security
;
4
5
namespace
System.Runtime.Remoting.Channels
6
{
8
[ComVisible(
true
)]
9
public
interface
IChannelSinkBase
10
{
14
IDictionary
Properties
15
{
16
[SecurityCritical]
17
get
;
18
}
19
}
20
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.Remoting.Channels.IChannelSinkBase.Properties
IDictionary Properties
Gets a dictionary through which properties on the sink can be accessed.
Definition:
IChannelSinkBase.cs:15
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.Channels
Definition:
ADAsyncWorkItem.cs:5
System.Runtime.Remoting.Channels.IChannelSinkBase
Provides the base interface for channel sinks.
Definition:
IChannelSinkBase.cs:9
System.Collections
Definition:
ArrayList.cs:7
System.Collections.IDictionary
Represents a nongeneric collection of key/value pairs.
Definition:
IDictionary.cs:8
All cs
System.Runtime.Remoting.Channels
IChannelSinkBase.cs
Generated by
1.8.15