DotMSN

MSNObject.OpenStream Method 

Returns the stream to read from. In case of an in-memory stream that stream is returned. In case of a filelocation a stream to the file will be opened and returned. The stream is not guaranteed to positioned at the beginning of the stream.

[Visual Basic]
Overridable Public Function OpenStream() As Stream
[C#]
public virtual Stream OpenStream();

Return Value

See Also

MSNObject Class | XihSolutions.DotMSN Namespace