wodHttpDLX ActiveX Control - Pragma Property
      
 

Description

Holds directive that should be understood by the server, if relevant.


Property type

A String value.  


Syntax

object.Pragma [= value]



The Pragma Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequest.
value A String value.

Remarks

Pragma property specifies directives that should be understood by servers to which they are relevant, such as proxy server. Currently only 'no-cache' value can be used in this property.

This property is just a 'shortcut' to Request.Headers("Pragma") value.