GetStream
Previous
Top
Next
Gets a stream containing the data received from the server.
Using a BinaryFile object you can read the data from the stream.
Syntax: GetStream
Example:
Reader.New1(Response.GetStream,true) 'Reader is a BinaryFile object