Whisperstream Research Group - SerialComm GSM SDK Documentation

HttpWebComm.GetUrlStream Method (String)

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

Parameters

Url
Url to retrieve.

Return Value

See Also

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