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

ObexPutStream Properties

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

Public Instance Properties

CanRead Gets a value that indicates whether the ObexPutStream supports reading. This is always false.
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 true if the stream is open.
Length (inherited from AbortableStream) 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.
WriteTimeout (inherited from Stream)Gets or sets a value that determines how long the stream will attempt to write before timing out.

See Also

ObexPutStream Class | Brecham.Obex Namespace | Put | Put | Put | Put