wodHttpDLX ActiveX Control - HttpResponse Object
    
 
Description

HttpResponse Class


Object Model





Remarks

When the wodHttpDLX control issues some request to a remote server, it creates a HttpResponse object locally for storing all information that will be received from that server. This includes all Headers, document Body etc.

Use a HttpResponse object to retrieve any information related to data received from a remote server. You can access this object through wodHttpDLX.Response property.
 




Members
Properties
Body Read-write property Holds response body.
ContentEncoding Read-only property Returns encoding mechanism used.
ContentTransferEncoding Read-only property Returns document transfer encoding.
ContentType Read-only property Returns document type.
Cookies Read-only property Holds response cookies.
Date Read-only property Returns creation date of the document.
Expires Read-only property Returns the date after which the information is invalid.
Filename Read-write property Holds filename where body is stored.
Headers Read-only property Reference to header fields.
LastModified Read-only property Returns date when object was modified.
Length Read-only property Holds length of received body.
RemoteIP Read-only property Returns IP address of the server.
Server Read-only property Returns information about the server (name, version, etc.)
Status Read-only property Holds response status.
StatusCode Read-only property Holds numerical status code.