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

ObexPutStream Class

Provides the stream of content in a OBEX Put operation.

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

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

[Visual Basic]
NotInheritable Public Class ObexPutStream
    Inherits AbortableStream
[C#]
public sealed class ObexPutStream : AbortableStream

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.

Remarks

The ObexPutStream class provides methods for sending data as part of the Put operation.

Requirements

Namespace: Brecham.Obex

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

See Also

ObexPutStream Members | Brecham.Obex Namespace | Put | Put | Put | Put