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

ObexGetStream Properties

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

Public Instance Properties

CanRead Gets a value that indicates whether the ObexPutStream supports reading. This is true if the stream is open.
CanSeek (inherited from AbortableStream) 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 Gets a value that indicates whether the ObexPutStream supports writing. This is always false.
Length Overridden. Gets the length of the data available on the stream. This property is not currently supported and always throws a NotSupportedException.
Position (inherited from AbortableStream) 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.
ResponseHeaders Gets any headers returned by the server.
WriteTimeout (inherited from Stream)Gets or sets a value that determines how long the stream will attempt to write before timing out.

See Also

ObexGetStream Class | Brecham.Obex Namespace | Get | Get