mscorlib(4.0.0.0) API with additions
IChannelInfo.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Security
;
3
4
namespace
System.Runtime.Remoting
5
{
7
[ComVisible(
true
)]
8
public
interface
IChannelInfo
9
{
13
object
[]
ChannelData
14
{
15
[SecurityCritical]
16
get
;
17
[SecurityCritical]
18
set
;
19
}
20
}
21
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting
Definition:
__HResults.cs:1
System.Runtime.Remoting.IChannelInfo
Provides custom channel information that is carried along with the T:System.Runtime....
Definition:
IChannelInfo.cs:8
System.Runtime.Remoting.IChannelInfo.ChannelData
object [] ChannelData
Gets and sets the channel data for each channel.
Definition:
IChannelInfo.cs:14
All cs
System.Runtime.Remoting
IChannelInfo.cs
Generated by
1.8.15