Brecham.Obex — An OBEX library for the .NET Framework

AbortableStream Properties

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

Public Instance Properties

CanRead (inherited from Stream)When overridden in a derived class, gets a value indicating whether the current stream supports reading.
CanSeek Overridden. Gets a value that indicates whether the stream supports seeking. This is always false.
CanTimeout (inherited from Stream)Gets a value that determines whether the current stream can time out.
CanWrite (inherited from Stream)When overridden in a derived class, gets a value indicating whether the current stream supports writing.
Length Overridden. Gets the length of the data available on the stream. This property is not currently supported and always throws a NotSupportedException.
Position Gets or sets the current position in the stream. This property is not currently supported and always throws a NotSupportedException.
ReadTimeout (inherited from Stream)Gets or sets a value that determines how long the stream will attempt to read before timing out.
WriteTimeout (inherited from Stream)Gets or sets a value that determines how long the stream will attempt to write before timing out.

See Also

AbortableStream Class | Brecham.Obex Namespace