Getting a Stream from an absolute path?

I have this method:

public RasImage Load(Stream stream);

if I want to load a url like:

string _url = "http://localhost/Application1/Images/Icons/hand.jpg";

How can I make this url in to a stream and pass it into my load method?

6
задан VoodooChild 3 September 2010 в 20:29
поделиться