Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading.
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);
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);
Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading.
protected StreamReader GetUrlStream(string,HttpWebRequest);
HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace