MimeStreamParser Constructor
|
Creates a new MimeStreamParser instance. |
Raw | Determines if this parser is currently in raw mode. Enables or disables raw mode. In raw mode all future entities (messages or body parts) in the stream will be reported to the Raw handler method only. The stream will contain the entire unparsed entity contents including header fields and whatever is in the body. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Parse | Parses a stream of bytes containing a MIME message. |
SetContentHandler | Sets the ContentHandler to use when reporting parsing events. |
Stop | Finishes the parsing and stops reading lines. NOTE: No more lines will be parsed but the parser will still call EndMultipart, EndBodyPart, EndMessage, etc to match previous calls to StartMultipart StartBodyPart, StartMessage, etc. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |