mscorlib(4.0.0.0) API with additions
IChannel.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Security
;
3
4
namespace
System.Runtime.Remoting.Channels
5
{
7
[ComVisible(
true
)]
8
public
interface
IChannel
9
{
13
int
ChannelPriority
14
{
15
[SecurityCritical]
16
get
;
17
}
18
22
string
ChannelName
23
{
24
[SecurityCritical]
25
get
;
26
}
27
33
[SecurityCritical]
34
string
Parse
(
string
url, out
string
objectURI);
35
}
36
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.Remoting.Channels.IChannel.ChannelPriority
int ChannelPriority
Gets the priority of the channel.
Definition:
IChannel.cs:14
System.Runtime.Remoting.Channels.IChannel.ChannelName
string ChannelName
Gets the name of the channel.
Definition:
IChannel.cs:23
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.IChannel
Provides conduits for messages that cross remoting boundaries.
Definition:
IChannel.cs:8
System.Runtime.Remoting.Channels.IChannel.Parse
string Parse(string url, out string objectURI)
Returns the object URI as an out parameter, and the URI of the current channel as the return value.
All cs
System.Runtime.Remoting.Channels
IChannel.cs
Generated by
1.8.15