|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
LOGICAL Equals (Object) |
|
|||||
|
OpenEdge.Net.HTTP.Cookie Parse (character) |
/** Creates a Cookie object from the string representation of a cookie.
@param character The cookie in string form, typically from a HTTP
response header.
@return Cookie The Cookie object corresponding to that string. */ |
|||||
|
CHARACTER ToString () |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Cookie (character, character, character, character) |
/* Constructor
@param character (mandatory) The cookie name
@param character (mandatory) The cookie domain
@param character (mandatory) The cookie path
@param character (optional) The cookie value */ |
|||||
|
Cookie (character, character, character, character, integer, datetime-tz, logical, logical, decimal) |
/* Constructor
@param character (mandatory) The cookie name
@param character (mandatory) The cookie domain
@param character (mandatory) The cookie path
@param character (optional) The cookie value
@param integer (optional) The max age of the cookie (time-to-expiry)
@param datetime-tz (optional) The date at which the cookie expires
@param logical (optional) TRUE if the cookie is secure/https-only
@param logical (optional) TRUE if the cookie is HTTP-only
@param decimal (optional) The version of the cookie */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER Domain |
|
|||||
|
DATETIME-TZ ExpiresAt |
|
|||||
|
LOGICAL HttpOnly |
|
|||||
|
INTEGER MaxAge |
|
|||||
|
CHARACTER Name |
|
|||||
|
CHARACTER Path |
|
|||||
|
LOGICAL Secure |
|
|||||
|
CHARACTER Value |
|
|||||
|
DECIMAL Version |
|
Top
LOGICAL Equals (Object)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.HTTP.Cookie Parse (character)
|
||||||||||||||||||||
CHARACTER ToString ()
|
Cookie (character, character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cookie (character, character, character, character, integer, datetime-tz, logical, logical, decimal)
|
CHARACTER Domain
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
DATETIME-TZ ExpiresAt
|
|||||||||
LOGICAL HttpOnly
|
|||||||||
INTEGER MaxAge
|
|||||||||
CHARACTER Name
|
|||||||||
CHARACTER Path
|
|||||||||
LOGICAL Secure
|
|||||||||
CHARACTER Value
|
|||||||||
DECIMAL Version
|
Progress® OpenEdge® Release 11.7.15