Namespace: OpenEdge.Net.HTTP
Class
HttpResponse
Parent classes:
Inherits: OpenEdge.Net.HTTP.HttpMessage
Implements: OpenEdge.Net.HTTP.IHttpResponse

Copyright (c) 2014,2015 by Progress Software Corporation. All rights reserved.
File:HttpResponse
Purpose:Contains a response for an HttpRequest
Author(s):pjudge
Created:Wed Dec 18 13:24:08 EST 2013
Notes:* Via http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
Response = Status-Line ; Section 6.1
| response-header ; Section 6.2
| entity-header ) CRLF) ; Section 7.1
CRLF
[ message-Entity ] ; Section 7.2
http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF



Constructor Summary
Options Name Purpose
HttpResponse () /** Constructor. */

Property Summary
Options Name Purpose
INTEGER StatusCode /** The status of the HTTP response. Section 6.1 */
CHARACTER StatusReason /** The status reason of the HTTP response. Section 6.1 */


Constructor Detail
Top

HttpResponse ()

Purpose: Constructor.


Property Detail
Top

INTEGER StatusCode

Purpose: The status of the HTTP response. Section 6.1
Returns INTEGER
Top

CHARACTER StatusReason

Purpose: The status reason of the HTTP response. Section 6.1
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7