mscorlib(4.0.0.0) API with additions
IServerResponseChannelSinkStack.cs
1
using
System
.
IO
;
2
using
System
.
Runtime
.
InteropServices
;
3
using
System
.
Runtime
.
Remoting
.
Messaging
;
4
using
System
.
Security
;
5
6
namespace
System.Runtime.Remoting.Channels
7
{
9
[ComVisible(
true
)]
10
public
interface
IServerResponseChannelSinkStack
11
{
16
[SecurityCritical]
17
void
AsyncProcessResponse
(
IMessage
msg,
ITransportHeaders
headers,
Stream
stream);
18
24
[SecurityCritical]
25
Stream
GetResponseStream
(
IMessage
msg,
ITransportHeaders
headers);
26
}
27
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.Remoting.Channels.ITransportHeaders
Stores a collection of headers used in the channel sinks.
Definition:
ITransportHeaders.cs:9
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.IServerResponseChannelSinkStack.GetResponseStream
Stream GetResponseStream(IMessage msg, ITransportHeaders headers)
Returns the T:System.IO.Stream onto which the specified message is to be serialized.
System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack.AsyncProcessResponse
void AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream)
Requests asynchronous processing of a method call on the sinks in the current sink stack.
System.IO
Definition:
__ConsoleStream.cs:7
System.Runtime.Remoting
Definition:
__HResults.cs:1
System.Runtime.Remoting.Messaging.IMessage
Contains communication data sent between cooperating message sinks.
Definition:
IMessage.cs:9
System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack
Provides the stack functionality for a stack of server response channel sinks.
Definition:
IServerResponseChannelSinkStack.cs:10
System.IO.Stream
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....
Definition:
Stream.cs:16
All cs
System.Runtime.Remoting.Channels
IServerResponseChannelSinkStack.cs
Generated by
1.8.15