Whisperstream Research Group - SerialComm GSM SDK Documentation

HttpWebComm.GetUrlStream Method (String, HttpWebRequest)

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 Url,
   HttpWebRequest Request
);

Parameters

Url
Url to retrieve.
Request

Return Value

See Also

HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace | HttpWebComm.GetUrlStream Overload List