mscorlib(4.0.0.0) API with additions
IChannelSender.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Runtime
.
Remoting
.
Messaging
;
3
using
System
.
Security
;
4
5
namespace
System.Runtime.Remoting.Channels
6
{
8
[ComVisible(
true
)]
9
public
interface
IChannelSender
:
IChannel
10
{
17
[SecurityCritical]
18
IMessageSink
CreateMessageSink
(
string
url,
object
remoteChannelData, out
string
objectURI);
19
}
20
}
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.Messaging
Definition:
ArgMapper.cs:5
System.Runtime.Remoting.Channels
Definition:
ADAsyncWorkItem.cs:5
System.Runtime.Remoting.Channels.IChannelSender.CreateMessageSink
IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI)
Returns a channel message sink that delivers messages to the specified URL or channel data object.
System.Runtime.Remoting
Definition:
__HResults.cs:1
System.Runtime.Remoting.Channels.IChannel
Provides conduits for messages that cross remoting boundaries.
Definition:
IChannel.cs:8
System.Runtime.Remoting.Messaging.IMessageSink
Defines the interface for a message sink.
Definition:
IMessageSink.cs:8
System.Runtime.Remoting.Channels.IChannelSender
Provides required functions and properties for the sender channels.
Definition:
IChannelSender.cs:9
All cs
System.Runtime.Remoting.Channels
IChannelSender.cs
Generated by
1.8.15