LumiSoft Net Help
MIME_b_SinglepartBase Class
NamespacesLumiSoft.Net.MIMEMIME_b_SinglepartBase
This class is base class for singlepart media bodies like: text,video,audio,image.
Declaration Syntax
C#Visual BasicVisual 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
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119