|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
ClearCookies () |
/** Removes all cookies from this request */ |
|||||
|
|
Initialize () |
/** Initialiser */ |
|||||
|
|
RemoveCookie (character) |
/** Removes cookies from this message for a given name
@param character The name of the cookie(s) to remove. */ |
|||||
|
|
SetCookie (Cookie) |
/** Adds a cookie to this request
@param Cookie The cookie to add. */ |
|||||
|
|
SetHost (URI) |
/** Sets the Host header based on the request's URI */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
HttpRequest () |
/** Default constructor */ |
|||||
|
|
HttpRequest (character, URI) |
/** Constructor.
@param character The method/verb for this request
@param URI The target resource for this request */ |
|||||
|
|
HttpRequest (MethodEnum, URI) |
/** Constructor.
@param MethodEnum The method/verb for this request
@param URI The target resource for this request */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER Method |
/** (mandatory) GET/PUT/POST etc. Defaults to GET. */ |
|||||
|
|
OpenEdge.Net.URI URI |
/** (mandatory) The URI to request eg. http://progress.com/ */ |
|
Top
ClearCookies ()
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Initialize ()
|
|||||||||||||
RemoveCookie (character)
|
|||||||||||||
SetCookie (Cookie)
|
|||||||||||||
SetHost (URI)
|
|||||||||||||
HttpRequest ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HttpRequest (character, URI)
|
||||||||||||||||||
HttpRequest (MethodEnum, URI)
|
||||||||||||||||||
CHARACTER Method
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.URI URI
|
|||||||||||
Progress® OpenEdge® Release 11.7