HRESULT Receive([in, out] BSTR* characterEncoding, [out, retval] IUnknown ** responseStream);
This retreives the response to a previous call to Send, and exposes the resposne as a data stream.(an IStreamReader). This allows for large response messages to be handled without it having to be buffered entirely in memory first.
Copyright © Simon Fell, 2000-2004. All rights reserved.