wwHttp.GetUrlStream

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( string Url );

Return Value

StreamReader

Parameters

Url
Url to retrieve.

Overloads:

public StreamReader GetUrlStream( HttpWebRequest Request );

See also:

Class wwHttp


Last Updated: 12/28/2006 | Send Topic Feedback