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

PROTECTED CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

PROTECTED MessagePart ()

Purpose: Default Constructor.
Top

PROTECTED MessagePart (character)

Purpose: Constructor.
Parameters:
pcContentType CHARACTER
Top

PROTECTED MessagePart (character, Object)

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


Property Detail
Top

PROTECTED Progress.Lang.Object Body

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

PROTECTED CHARACTER ContentID

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

PROTECTED 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

PROTECTED OpenEdge.Net.HTTP.HttpHeaderCollection Headers

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


10.27.2015 12:36:55