public interface IServerChannelSink : IChannelSinkBase
|
| NextChannelSink | Read-only Gets the next server channel sink in the server sink chain. |
| AsyncProcessResponse | Requests processing from the current sink of the response from a method call sent asynchronously. |
| GetResponseStream | Returns the Stream onto which the provided response message is to be serialized. |
| ProcessMessage | Requests message processing from the current sink. |
Hierarchy:
IServerChannelSink NextChannelSink {get;}
|
void AsyncProcessResponse( |
sinkStack
state
msg
headers
stream
Stream GetResponseStream( |
sinkStack
state
msg
headers
ServerProcessing ProcessMessage( |
sinkStack
requestMsg
requestHeaders
requestStream
responseMsg
responseHeaders
responseStream