Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading.
public StreamReader GetUrlStream( HttpWebRequest Request );
Return Value
StreamReader
Parameters
Request
A Request object
Overloads:
See also:
Class wwHttp© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic