Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTypeField MethodsMIME4NET Class Library Documentation

The ContentTypeField type exposes the following members.

Methods

  NameDescription
Public methodAddParameter
Public methodChangeParameter
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGenerateBoundary
Public methodStatic memberGetCharset
Gets the value of the charset parameter if set for the given field. Returns the default us-ascii if not set or if f is null.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetMimeType
Gets the MIME type defined in the child's Content-Type field or derives a MIME type from the parent if child is null or hasn't got a MIME type value set. If child's MIME type is multipart but no boundary has been set the MIME type of child will be derived from the parent.
Public methodGetParameter
Gets the value of a parameter. Parameter names are case-insensitive.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsMimeType
Determines if the MIME type of this field matches the given one.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse(String, String, IDictionary)
Public methodStatic memberParse(String, String, IDictionary, Boolean)
Protected methodParseBody (Overrides MimeField ParseBody(String).)
Public methodRemoveParameter
Public methodToString (Overrides MimeField ToString .)
Top
See Also