IsolatedStorageFileStream Properties
.NET Framework 4.5
The IsolatedStorageFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRead | Gets a Boolean value indicating whether the file can be read. (Overrides FileStream.CanRead.) |
|
CanSeek | Gets a Boolean value indicating whether seek operations are supported. (Overrides FileStream.CanSeek.) |
|
CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) |
|
CanWrite | Gets a Boolean value indicating whether you can write to the file. (Overrides FileStream.CanWrite.) |
|
Handle | Obsolete. Gets the file handle for the file that the current IsolatedStorageFileStream object encapsulates. Accessing this property is not permitted on an IsolatedStorageFileStream object, and throws an IsolatedStorageException. (Overrides FileStream.Handle.) |
|
IsAsync | Gets a Boolean value indicating whether the IsolatedStorageFileStream object was opened asynchronously or synchronously. (Overrides FileStream.IsAsync.) |
|
Length | Gets the length of the IsolatedStorageFileStream object. (Overrides FileStream.Length.) |
|
Name | Gets the name of the FileStream that was passed to the constructor. (Inherited from FileStream.) |
|
Position | Gets or sets the current position of the current IsolatedStorageFileStream object. (Overrides FileStream.Position.) |
|
ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
|
SafeFileHandle | Gets a SafeFileHandle object that represents the operating system file handle for the file that the current IsolatedStorageFileStream object encapsulates. (Overrides FileStream.SafeFileHandle.) |
|
WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |