LumiSoft Net Help
MIME_b_Application Class
NamespacesLumiSoft.Net.MIMEMIME_b_Application
This class represents MIME application/xxx bodies. Defined in RFC 2046 4.2.
Declaration Syntax
C#Visual BasicVisual C++F#
public class MIME_b_Application : MIME_b_SinglepartBase
Public Class MIME_b_Application
	Inherits MIME_b_SinglepartBase
public ref class MIME_b_Application : public MIME_b_SinglepartBase
type MIME_b_Application =  
    class
        inherit MIME_b_SinglepartBase
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MIME_b_Application(String)
Default constructor.

Data
Gets body decoded data.
(Inherited from MIME_b_SinglepartBase.)
DataToFile(String)
Stores body decoded-data to the specified file.
(Inherited from MIME_b_SinglepartBase.)
DataToStream(Stream)
Stores body decoded-data to the specified stream.
(Inherited from MIME_b_SinglepartBase.)
EncodedData
Gets body encoded data.
(Inherited from MIME_b_SinglepartBase.)
EncodedDataSize
Gets encoded body data size in bytes.
(Inherited from MIME_b_SinglepartBase.)
EncodedStream
Gets encoded data stream.
(Inherited from MIME_b_SinglepartBase.)
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.
(Inherited from MIME_b_SinglepartBase.)
GetDataStream()()()()
Gets body decoded data stream.
(Inherited from MIME_b_SinglepartBase.)
GetEncodedDataStream()()()()
Gets body encoded data stream.
(Inherited from MIME_b_SinglepartBase.)
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.
(Inherited from MIME_b_SinglepartBase.)
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.)
Parse(MIME_Entity, MIME_h_ContentType, SmartStream)
Parses body from the specified stream

SetData(Stream, String)
Sets body data from the specified stream.
(Inherited from MIME_b_SinglepartBase.)
SetDataFromFile(String, String)
Sets body data from the specified file.
(Inherited from MIME_b_SinglepartBase.)
SetEncodedData(String, Stream)
Sets body encoded data from specified stream.
(Inherited from MIME_b_SinglepartBase.)
SetModified(Boolean)
Sets IsModified property value.
(Inherited from MIME_b_SinglepartBase.)
ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean)
Stores MIME entity body to the specified stream.
(Inherited from MIME_b_SinglepartBase.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Remarks
The "application" media type is to be used for discrete data which do not fit in any of the other categories, and particularly for data to be processed by some type of application program.
Inheritance Hierarchy

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