LumiSoft Net Help
MIME_b_MultipartFormData Class
NamespacesLumiSoft.Net.MIMEMIME_b_MultipartFormData
This class represents MIME multipart/form-data body. Defined in RFC 2046.
Declaration Syntax
C#Visual BasicVisual C++F#
public class MIME_b_MultipartFormData : MIME_b_Multipart
Public Class MIME_b_MultipartFormData
	Inherits MIME_b_Multipart
public ref class MIME_b_MultipartFormData : public MIME_b_Multipart
type MIME_b_MultipartFormData =  
    class
        inherit MIME_b_Multipart
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MIME_b_MultipartFormData(MIME_h_ContentType)
Default constructor.

BodyParts
Gets multipart body body-parts collection.
(Inherited from MIME_b_Multipart.)
DefaultBodyPartContentType
Gets default body part Content-Type. For more info see RFC 2046 5.1.
(Inherited from MIME_b_Multipart.)
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()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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_Multipart.)
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

TextEpilogue
Gets or sets "epilogue" text. Defined in RFC 2046 5.1.1.
(Inherited from MIME_b_Multipart.)
TextPreamble
Gets or sets "preamble" text. Defined in RFC 2046 5.1.1.
(Inherited from MIME_b_Multipart.)
ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean)
Stores MIME entity body to the specified stream.
(Inherited from MIME_b_Multipart.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MIME_b
 MIME_b_Multipart
  MIME_b_MultipartFormData

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