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

Inherits: Progress.Lang.Object

Copyright (c) 2015, 2018 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
Purpose: Holds headers for this part




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
CHARACTER ContentID
CHARACTER ContentType
OpenEdge.Net.HTTP.HttpHeaderCollection Headers


Method Detail
Top

PUBLIC CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

PUBLIC MessagePart ()

Purpose: Default Constructor.
Top

PUBLIC MessagePart (character)

Purpose: Constructor.
Parameters:
pcContentType CHARACTER
Top

PUBLIC MessagePart (character, Object)

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


Property Detail
Top

PUBLIC Progress.Lang.Object Body

Returns Progress.Lang.Object
Top

PUBLIC CHARACTER ContentID

Returns CHARACTER
Top

PUBLIC CHARACTER ContentType

Returns CHARACTER
Top

PUBLIC OpenEdge.Net.HTTP.HttpHeaderCollection Headers

Returns OpenEdge.Net.HTTP.HttpHeaderCollection


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0