Internal body parsing.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
protected static void ParseInternal( MIME_Entity owner, string mediaType, SmartStream stream, MIME_b_Multipart body )
Protected Shared Sub ParseInternal ( owner As MIME_Entity, mediaType As String, stream As SmartStream, body As MIME_b_Multipart )
protected: static void ParseInternal( MIME_Entity^ owner, String^ mediaType, SmartStream^ stream, MIME_b_Multipart^ body )
static member ParseInternal : owner : MIME_Entity * mediaType : string * stream : SmartStream * body : MIME_b_Multipart -> unit
Parameters
- owner (MIME_Entity)
- Owner MIME entity.
- mediaType (String)
- MIME media type. For example: text/plain.
- stream (SmartStream)
- Stream from where to read body.
- body (MIME_b_Multipart)
- Multipart body instance.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream, mediaType, stream or body is null reference. |
ParseException | Is raised when any parsing errors. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119