Returns the System.IO.Stream onto which the provided response message is to be serialized.
sinkStack A stack of sinks leading back to the server transport sink. state The state that has been pushed to the stack by this sink. msg The response message to serialize. headers The headers to put in the response stream to the client.
The System.IO.Stream onto which the provided response message is to be serialized.
This method is called when a response stream needs to be created.