Namespace: OpenEdge.Net.HTTP
Type: Class ContentDispositionHeader
Parent Classes:
Inherits: OpenEdge.Net.HTTP.HttpHeader


Copyright (c) 2016, 2018 by Progress Software Corporation. All rights reserved.
File:ContentDispositionHeader
Author(s):pjudge
Created:2016-07-01
Notes:* Header per spec http://tools.ietf.org/html/rfc6266



Method Summary
  Options Name Purpose
  LOGICAL SetParameterValue (character, character)

Constructor Summary
  Options Name Purpose
  ContentDispositionHeader (character) /* Constructor @param character A non-empty header name */
  ContentDispositionHeader (character, character) /* Constructor @param character A non-empty header name @param character A valid header value */

Method Detail
Top

LOGICAL SetParameterValue (character, character)

Parameters:
pcParamName CHARACTER
 
pcParamValue CHARACTER
 
Returns LOGICAL
 


Constructor Detail
Top

ContentDispositionHeader (character)

/* Constructor
Parameters:
pcName CHARACTER
 
Top

ContentDispositionHeader (character, character)

/* Constructor
Parameters:
pcName CHARACTER
 
pcValue CHARACTER