Namespace: OpenEdge.Net
Type: 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

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

Returns Progress.Lang.Object
 
Top

CHARACTER ContentID

Returns CHARACTER
 
Top

CHARACTER ContentType

Returns CHARACTER
 
Top

OpenEdge.Net.HTTP.HttpHeaderCollection Headers

Returns OpenEdge.Net.HTTP.HttpHeaderCollection