NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageFileStream Properties

The properties of the IsolatedStorageFileStream class are listed below. For a complete list of IsolatedStorageFileStream class members, see the IsolatedStorageFileStream Members topic.

Public:

CanRead [To be supplied.]
CanSeek Property tells if file can be read.
CanWrite Property tells if file can be read.
DataAvailable Property tells if there is data available to be read or not.
Length Returns the length in bytes of the stream.
Position Retrieves the current position of this stream, or sets the current position of this stream to the given value.

See Also

IsolatedStorageFileStream Class | System.IO.IsolatedStorage Namespace