Whisperstream Research Group - SerialComm GSM SDK Documentation

HttpWebComm.GetUrlStream Method

Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading.

Overload List

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);

See Also

HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace