|
|
AddBody (IMemptrHolder, character, JsonObject, character)
|
/** Adds data about the body to the current item
@param IMemptrHolder Body data
@param character The value of the content-type header
@param JsonObject The parent JSON object
@param character The property name for the body data. */
|
|
|
AddHeaders (character[], JsonObject, logical)
|
/** Adds an array of header values to a JsonObject
@param character[] An array of header values
@param JsonObject The parent JSON object. */
|
|
|
Ccs.Common.Support.IMemptrHolder Format (ExchangeData[])
|
/** Formats the input tracing data into a set of bytes to be written (typically).
This method may produce JSON or some other structured representation.
@param ExchangeData[] An array of trace data
@return IMemptrHolder The formatted representation of the trace data */
|
|
|
Progress.Json.ObjectModel.JsonArray GetCookies (character[])
|
/** Parses an array of cookie values into a JsonArray
@param character[] An array of cookie values
@return JsonArray An array of objects representing the cookie. May be null. */
|
|
|
Progress.Json.ObjectModel.JsonArray GetQueryString (IStringKeyedMap)
|
/** Splits the query string into a JSON array
@param character a standard query string
@param JsonArray An array of objects representing the query string. May be null. */
|
|
|
INT64 GetTime (ExchangeData)
|
/** calculates a request's elapsed etime per trace data
@param ExchangeData
@return integer The elapsed time. Zero or greater. */
|