Click or drag to resize

SharpStream Properties

The SharpStream type exposes the following members.

Properties
 NameDescription
Public propertyBaseDate 
Public propertyBuiltDataType 
Public propertyCanReadGets a value that indicates whether the current stream supports reading.
(Inherited from FileStream)
Public propertyCanSeekGets a value that indicates whether the current stream supports seeking.
(Inherited from FileStream)
Public propertyCanTimeoutGets a value that determines whether the current stream can time out.
(Inherited from Stream)
Public propertyCanWriteGets a value that indicates whether the current stream supports writing.
(Inherited from FileStream)
Public propertyHandleObsolete.
Gets the operating system file handle for the file that the current FileStream object encapsulates.
(Inherited from FileStream)
Public propertyIsAsyncGets a value that indicates whether the FileStream was opened asynchronously or synchronously.
(Inherited from FileStream)
Public propertyLengthGets the length in bytes of the stream.
(Inherited from FileStream)
Public propertyNameGets the absolute path of the file opened in the FileStream.
(Inherited from FileStream)
Public propertyPositionGets or sets the current position of this stream.
(Inherited from FileStream)
Public propertyReadTimeoutGets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream)
Public propertySafeFileHandleGets a SafeFileHandle object that represents the operating system file handle for the file that the current FileStream object encapsulates.
(Inherited from FileStream)
Public propertyWriteTimeoutGets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream)
Top
See Also