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


Copyright (c) 2016 by Progress Software Corporation. All rights reserved.
File:NullHeader
Purpose:A special header with a UNKNOWN Name and Value, intended
to allow calls to GetHeader() to be chained
Author(s):pjudge
Created:2016-10-14



Method Summary
  Options Name Purpose
  CHARACTER GetValue ()
  Validate (character) /* Validates a header value. Should throw an error if the value is not valid. @param character The (prospective) header value */

Constructor Summary
  Options Name Purpose
  NullHeader ()

Method Detail
Top

CHARACTER GetValue ()

Returns CHARACTER
 
Top

Validate (character)

/* Validates a header value. Should throw an error if the value
is not valid.
Parameters:
pcValue CHARACTER
 


Constructor Detail
Top

NullHeader ()