mscorlib(4.0.0.0) API with additions
IServerResponseChannelSinkStack.cs
1 using System.IO;
4 using System.Security;
5 
7 {
9  [ComVisible(true)]
11  {
16  [SecurityCritical]
17  void AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream);
18 
24  [SecurityCritical]
26  }
27 }
Stores a collection of headers used in the channel sinks.
Definition: __Canon.cs:3
Stream GetResponseStream(IMessage msg, ITransportHeaders headers)
Returns the T:System.IO.Stream onto which the specified message is to be serialized.
void AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream)
Requests asynchronous processing of a method call on the sinks in the current sink stack.
Contains communication data sent between cooperating message sinks.
Definition: IMessage.cs:9
Provides the stack functionality for a stack of server response channel sinks.
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....
Definition: Stream.cs:16