While I have already learned how I can easily write to the response stream, I was wondering whether in the context of a ServiceStack client (e.g. ServiceClientBase
) I can gain access to the server's response stream.
Before I start accessing the HttpWebResponse
object I wanted to double-check that I do not reinvent the wheel.