mscorlib(4.0.0.0) API with additions
IChannelDataStore.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Security
;
3
4
namespace
System.Runtime.Remoting.Channels
5
{
7
[ComVisible(
true
)]
8
public
interface
IChannelDataStore
9
{
13
string
[]
ChannelUris
14
{
15
[SecurityCritical]
16
get
;
17
}
18
23
object
this
[
object
key]
24
{
25
[SecurityCritical]
26
get
;
27
[SecurityCritical]
28
set
;
29
}
30
}
31
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.Remoting.Channels.IChannelDataStore.ChannelUris
string [] ChannelUris
Gets an array of channel URIs to which the current channel maps.
Definition:
IChannelDataStore.cs:14
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.IChannelDataStore
Stores channel data for the remoting channels.
Definition:
IChannelDataStore.cs:8
All cs
System.Runtime.Remoting.Channels
IChannelDataStore.cs
Generated by
1.8.15