|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
AddRequestCookie (Cookie) |
/* Adds a request cookie to the trace data
@param Cookie The cookie to add. Unknown values are not added to the data */ |
|||||
|
|
AddRequestCookies (Cookie[]) |
/* Adds an array of request cookies to the trace data
@param Cookie[] The cookies to add. Unknown values are not added to the data */ |
|||||
|
|
AddRequestHeader (HttpHeader) |
/* Adds a request header to the trace data
@param HttpHeader The header to add. Unknown values are not added to the data */ |
|||||
|
|
AddRequestHeaders (HttpHeader[]) |
/* Adds an array of request headers to the data.
@param Httpheader[] The headers to add. Unknown values are not added to the data */ |
|||||
|
|
AddResponseCookie (Cookie) |
/* Adds a response cookie to the trace data
@param Cookie The cookie to add. Unknown values are not added to the data */ |
|||||
|
|
AddResponseCookies (Cookie[]) |
/* Adds an array of response cookies to the trace data
@param Cookie[] The cookies to add. Unknown values are not added to the data */ |
|||||
|
|
AddResponseHeader (HttpHeader) |
/* Adds a response header to the trace data
@param HttpHeader The header to add. Unknown values are not added to the data */ |
|||||
|
|
AddResponseHeaders (HttpHeader[]) |
/* Adds an array of response headers to the data.
@param Httpheader[] The headers to add. Unknown values are not added to the data */ |
|||||
|
|
ClearData () |
|
|||||
|
|
FromJson (JsonConstruct) |
/* DESERIALIZATION METHOD: populates this object with data from the JSON representation.
@param JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */ |
|||||
|
|
SetRequestInfo (IHttpRequest) |
/* Sets the request info for this trace.
@param IHttpRequest A valid HTTP request */ |
|||||
|
|
SetResponseInfo (IHttpResponse) |
/* Sets the response info for this trace.
@param IHttpResponse A valid HTTP response */ |
|||||
|
|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () |
/* SERIALIZATION METHOD:returns a JsonConstruct (JsonDataType:OBJECT or JsonDataType:ARRAY) representation
of this object.
@return JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
ExchangeData () |
/* Default constructor */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER ClientHost |
|
|||||
|
|
INTEGER ClientPort |
|
|||||
|
|
OpenEdge.Core.Collections.IStringStringMap QueryString |
|
|||||
|
|
Ccs.Common.Support.IMemptrHolder RequestBody |
|
|||||
|
|
CHARACTER RequestContentType |
|
|||||
|
|
CHARACTER RequestCookies |
|
|||||
|
|
CHARACTER RequestHeaders |
|
|||||
|
|
CHARACTER RequestHttpVersion |
|
|||||
|
|
CHARACTER RequestMethod |
|
|||||
|
|
Ccs.Common.Support.IMemptrHolder ResponseBody |
|
|||||
|
|
CHARACTER ResponseContentType |
|
|||||
|
|
CHARACTER ResponseCookies |
|
|||||
|
|
CHARACTER ResponseHeaders |
|
|||||
|
|
CHARACTER ResponseHttpVersion |
|
|||||
|
|
INTEGER ResponseStatusCode |
|
|||||
|
|
CHARACTER ServerAddress |
|
|||||
|
|
CHARACTER ServerHost |
|
|||||
|
|
CHARACTER ServerPath |
|
|||||
|
|
INTEGER ServerPort |
|
|||||
|
|
DATETIME-TZ StartedAt |
|
|||||
|
|
INT64 TimeBlocked |
|
|||||
|
|
INT64 TimeConnect |
|
|||||
|
|
INT64 TimeDNS |
|
|||||
|
|
INT64 TimeReceived |
|
|||||
|
|
INT64 TimeSend |
|
|||||
|
|
INT64 TimeSsl |
|
|||||
|
|
INT64 TimeWait |
|
|
Top
AddRequestCookie (Cookie)
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddRequestCookies (Cookie[])
|
|||||||||||||
AddRequestHeader (HttpHeader)
|
|||||||||||||
AddRequestHeaders (HttpHeader[])
|
|||||||||||||
AddResponseCookie (Cookie)
|
|||||||||||||
AddResponseCookies (Cookie[])
|
|||||||||||||
AddResponseHeader (HttpHeader)
|
|||||||||||||
AddResponseHeaders (HttpHeader[])
|
|||||||||||||
ClearData ()
|
|||||||||||||
FromJson (JsonConstruct)
|
|||||||||||||
SetRequestInfo (IHttpRequest)
|
|||||||||||||
SetResponseInfo (IHttpResponse)
|
|||||||||||||
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
|||||||||||||
ExchangeData ()
|
||||||
|---|---|---|---|---|---|---|
CHARACTER ClientHost
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
INTEGER ClientPort
|
|||||||||
OpenEdge.Core.Collections.IStringStringMap QueryString
|
|||||||||
Ccs.Common.Support.IMemptrHolder RequestBody
|
|||||||||
CHARACTER RequestContentType
|
|||||||||
CHARACTER RequestCookies
|
|||||||||
CHARACTER RequestHeaders
|
|||||||||
CHARACTER RequestHttpVersion
|
|||||||||
CHARACTER RequestMethod
|
|||||||||
Ccs.Common.Support.IMemptrHolder ResponseBody
|
|||||||||
CHARACTER ResponseContentType
|
|||||||||
CHARACTER ResponseCookies
|
|||||||||
CHARACTER ResponseHeaders
|
|||||||||
CHARACTER ResponseHttpVersion
|
|||||||||
INTEGER ResponseStatusCode
|
|||||||||
CHARACTER ServerAddress
|
|||||||||
CHARACTER ServerHost
|
|||||||||
CHARACTER ServerPath
|
|||||||||
INTEGER ServerPort
|
|||||||||
DATETIME-TZ StartedAt
|
|||||||||
INT64 TimeBlocked
|
|||||||||
INT64 TimeConnect
|
|||||||||
INT64 TimeDNS
|
|||||||||
INT64 TimeReceived
|
|||||||||
INT64 TimeSend
|
|||||||||
INT64 TimeSsl
|
|||||||||
INT64 TimeWait
|
|||||||||
Progress® OpenEdge® Release 12.5.0