Namespace: OpenEdge.Net
Class
MessagePart
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2015 by Progress Software Corporation. All rights reserved.
File:MessagePart
Purpose:A single part of a multipart entity/message
Author(s):pjudge
Created:Tue Jul 07 11:32:21 EDT 2015




Method Summary
Options Name Purpose
CHARACTER ToString ()

Constructor Summary
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 */

Property Summary
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 */


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

MessagePart ()

Purpose: Default Constructor.
Top

MessagePart (character)

Purpose: Constructor.
Parameters:
pcContentType CHARACTER
Top

MessagePart (character, Object)

Purpose: Constructor.
Parameters:
pcContentType CHARACTER
poBody Progress.Lang.Object


Property Detail
Top

Progress.Lang.Object Body

Purpose: the actual entity body
Returns Progress.Lang.Object
Top

CHARACTER ContentID

Purpose: The entity's content ID.
Returns CHARACTER
Top

CHARACTER ContentType

Purpose: The entity's content type (eg text/html). For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7
Returns CHARACTER
Top

OpenEdge.Net.HTTP.HttpHeaderCollection Headers

Purpose: Holds headers for this part
Returns OpenEdge.Net.HTTP.HttpHeaderCollection


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7