|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER ToString () |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | MessagePart () |
/** Default Constructor. */ |
|
| # | MessagePart (character) |
/** Constructor.
@param character The content type for this part. */ |
|
| # | MessagePart (character, Object) |
/** Constructor.
@param character The content type for this part.
@param Object The content itself */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | Progress.Lang.Object Body |
/** the actual entity body */ |
|
| # | CHARACTER ContentID |
/** The entity's content ID. */ |
|
| # | CHARACTER ContentType |
/** The entity's content type (eg text/html). For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7 */ |
|
| # | OpenEdge.Net.HTTP.HttpHeaderCollection Headers |
/** Holds headers for this part */ |
|
Top
PROTECTED CHARACTER ToString ()
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PROTECTED MessagePart ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED MessagePart (character)
|
||||||||||||||||||
PROTECTED MessagePart (character, Object)
|
||||||||||||||||||
PROTECTED Progress.Lang.Object Body
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER ContentID
|
|||||||||||||
PROTECTED CHARACTER ContentType
|
|||||||||||||
PROTECTED OpenEdge.Net.HTTP.HttpHeaderCollection Headers
|
|||||||||||||