ISwATransport::Receive Method

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.

 

Parameters

characterEncoding
BSTR*, [in, out]: The character encoding that the response SOAP message should be treated as (if the transport wants to override it)
responseStream
IUnknown **, [out, retval]: A IStreamReader implementation that respresents the response data.

 

Return Values

 

Sample Code



  

 

See Also

The ISwATransport Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.