Midware TAppSrvClient.RequestBody
Revision as of 07:52, 3 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.RequestBody | Re…')
Main page -> Midware component reference -> TAppSrvClient -> RequestBody
Definition
property RequestBody: PChar;
Description
RequestBody gives the address where the message body is stored just before sending it to the application server. This property is interesting when used from OnBeforeSendRequest event handler. See OnBeforeSendRequest description for more details. See also: RequestHeader, RequestHeaderLen, RequestBodyLen, OnBeforeSendRequest, OnAfterSendRequest.