The ContentTypeField type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddParameter | ||
ChangeParameter | ||
Equals | (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.) | |
GenerateBoundary | ||
GetCharset |
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.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMimeType |
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.
| |
GetParameter |
Gets the value of a parameter. Parameter names are case-insensitive.
| |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IsMimeType |
Determines if the MIME type of this field matches the given one.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(String, String, IDictionary) | ||
Parse(String, String, IDictionary, Boolean) | ||
ParseBody | (Overrides MimeField ParseBody(String).) | |
RemoveParameter | ||
ToString | (Overrides MimeField ToString .) |
See Also