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!

FileStream Properties

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

Public:

CanRead Determines whether the current stream supports reading.
CanSeek Determines whether the current stream supports seeking.
CanWrite Determines whether the current stream supports writing.
DataAvailable Determines whether there are any bytes available in the current stream.
Length Returns the length in bytes of the stream.
Position Gets the current position of this stream, or sets the current position of this stream to the given value.

See Also

FileStream Class | System.IO Namespace