This class is base class for singlepart media bodies like: text,video,audio,image.

C# | Visual Basic | Visual C++ | F# |
public abstract class MIME_b_SinglepartBase : MIME_b
Public MustInherit Class MIME_b_SinglepartBase Inherits MIME_b
public ref class MIME_b_SinglepartBase abstract : public MIME_b
[<AbstractClassAttribute>] type MIME_b_SinglepartBase = class inherit MIME_b end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MIME_b_SinglepartBase(MIME_h_ContentType) |
Default constructor.
|
![]() | Data |
Gets body decoded data.
|
![]() | DataToFile(String) |
Stores body decoded-data to the specified file.
|
![]() | DataToStream(Stream) |
Stores body decoded-data to the specified stream.
|
![]() | EncodedData |
Gets body encoded data.
|
![]() | EncodedDataSize |
Gets encoded body data size in bytes.
|
![]() | EncodedStream |
Gets encoded data stream.
|
![]() | Entity |
Gets body owner entity. Returns null if body not bounded to any entity yet.
(Inherited from MIME_b.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() |
Destructor - Just incase user won't call dispose.
(Overrides Object.Finalize()()()().) |
![]() | GetDataStream()()()() |
Gets body decoded data stream.
|
![]() | GetEncodedDataStream()()()() |
Gets body encoded data stream.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsModified |
Gets if body has modified.
(Overrides MIME_b.IsModified.) |
![]() | MediaType |
Gets body media type. For example: 'text/plain'.
(Inherited from MIME_b.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetData(Stream, String) |
Sets body data from the specified stream.
|
![]() | SetDataFromFile(String, String) |
Sets body data from the specified file.
|
![]() | SetEncodedData(String, Stream) |
Sets body encoded data from specified stream.
|
![]() | SetModified(Boolean) |
Sets IsModified property value.
|
![]() | ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean) |
Stores MIME entity body to the specified stream.
(Overrides MIME_b.ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean).) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |||
![]() | MIME_b | ||
![]() | MIME_b_SinglepartBase | ||
![]() | MIME_b_Application | ||
![]() | MIME_b_Audio | ||
![]() | MIME_b_Image | ||
![]() | MIME_b_Message | ||
![]() | MIME_b_Text | ||
![]() | MIME_b_Unknown | ||
![]() | MIME_b_Video |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119