Hunny Software Library Reference

Parameter Class

Class that represents a MIME header field parameter.

For a list of all members of this type, see Parameter Members.

System.Object
   Node
      Parameter

[Visual Basic]
Public Class Parameter
Inherits Node
[C#]
public class Parameter : Node

Remarks

Parameter represents a parameter in a header field body, such as the field body of a Content-Type header field. The syntax of such a parameter is described in RFC 2045. A parameter consists of a name/value pair. The following Content-Type header field illustrates the syntax:

    Content-type: text/plain; charset=iso-8859-1; format=flowed

In the above example, there are two parameters. The first parameter has the name "charset" and the value "iso-8859-1". The second parameter has the name "format" and value "flowed".

Parameter has methods for getting or setting the parameter's name and value.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

Parameter Members | Hunny.Mime Namespace