MimeBoundaryInputStream Class

Stream that constrains itself to a single MIME body part. After the stream ends (i.e. read() returns -1) HasMoreParts can be used to determine if a final boundary has been seen or not. If ParentEOF is true an unexpected end of stream has been detected in the parent stream.

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

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         NI.Common.IO.FilterStream
            NI.Common.IO.ReadByteStream
               NI.Email.Mime.MimeBoundaryInputStream

public class MimeBoundaryInputStream : ReadByteStream

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: NI.Email.Mime

Assembly: NI.Email.Mime (in NI.Email.Mime.dll)

See Also

MimeBoundaryInputStream Members | NI.Email.Mime Namespace