OpenEdge.Net.HTTP.ContentTypeHeader
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL SetParameterValue (character, character) |
/** Saves a parameter value for a header.
@param character (mandatory) The name of the parameter value to retrieve
@param character (mandatory) The parameter value; blank/empty otherwise
@return logical TRUE when the parameter was replaced/previously existed. */
|
||
| Validate (character) |
/* Validates a header value. Should throw an error if the value
is not valid.
@param character The (prospective) header value */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ContentTypeHeader (character) |
/* Constructor
@param character A non-empty header name */
|
||
| ContentTypeHeader (character, character) |
/* Constructor
@param character A non-empty header name
@param character A valid header value */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Logging.ILogWriter Logger |
|
Method Detail
LOGICAL SetParameterValue (character, character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Validate (character)
|
||||||||||||||||||||
Constructor Detail
ContentTypeHeader (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ContentTypeHeader (character, character)
|
||||||||||||||||
Property Detail
OpenEdge.Logging.ILogWriter Logger
|
||||||||
|---|---|---|---|---|---|---|---|---|