[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=ContentType Info=Represents a MIME protocol Content-Type header. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the ContentType class. ARG(enum)|14|0|Constructor,Constructor2 @Boundary=Sets the value of the boundary parameter included in the Content-Type header represented by this instance. ARG(string)|2| @CharSet=Sets the value of the charset parameter included in the Content-Type header represented by this instance. ARG(string)|2| @MediaType=Sets the media type value included in the Content-Type header represented by this instance. ARG(string)|2| @NameParam=Sets the value of the name parameter included in the Content-Type header represented by this instance. ARG(string)|2| [Methods] *doConstructor=Initializes a new default instance of the ContentType class. ARG()|1|0 *doConstructor2=Initializes a new instance of the ContentType class using the specified string. ARG(string content_Type)|1|0 *Boundary=Returns the value of the boundary parameter included in the Content-Type header represented by this instance. ARG(string)|3|2 *CharSet=Returns the value of the charset parameter included in the Content-Type header represented by this instance. ARG(string)|3|2 *MediaType=Returns the media type value included in the Content-Type header represented by this instance. ARG(string)|3|2 *NameParam=Returns the value of the name parameter included in the Content-Type header represented by this instance. ARG(string)|3|2 *Parameters=Returns the dictionary that contains the parameters included in the Content-Type header represented by this instance. ARG(StringDictionary)|3|0 ContentType=Returns the ContentType object. ARG(ContentType)|3|0 *content_Type=A String, for example, "text/plain; charset=us-ascii", that contains the MIME media type, subtype, and optional parameters. ARG(string)|4|2