void AsyncProcessResponse(IServerResponseChannelSinkStack sinkStack, object state, IMessage msg, ITransportHeaders headers, Stream stream)
Requests processing from the current sink of the response from a method call sent asynchronously.
Provides the stack functionality for a stack of server channel sinks.
ServerProcessing ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, out IMessage responseMsg, out ITransportHeaders responseHeaders, out Stream responseStream)
Requests message processing from the current sink.
ServerProcessing
Indicates the status of the server message processing.
Provides methods used for security and transport sinks.
Provides the base interface for channel sinks.
IServerChannelSink NextChannelSink
Gets the next server channel sink in the server sink chain.
Contains communication data sent between cooperating message sinks.
Provides the stack functionality for a stack of server response channel sinks.
Stream GetResponseStream(IServerResponseChannelSinkStack sinkStack, object state, IMessage msg, ITransportHeaders headers)
Returns the T:System.IO.Stream onto which the provided response message is to be serialized.
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....