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

AbortableStream Class

An abstract Stream containing the functionality common to the ObexPutStream and ObexGetStream .

For a list of all members of this type, see AbortableStream Members.

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Brecham.Obex.ForV1CloseDisposeLikeV2Stream
            Brecham.Obex.AbortableStream
               Brecham.Obex.ObexGetStream
               Brecham.Obex.ObexPutStream

[Visual Basic]
MustInherit Public Class AbortableStream
    Inherits ForV1CloseDisposeLikeV2Stream
[C#]
public abstract class AbortableStream : ForV1CloseDisposeLikeV2Stream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Brecham.Obex

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

AbortableStream Members | Brecham.Obex Namespace