Difference between revisions of "Midware TAppSrvClient.RequestBody"

From Overbyte
Jump to navigation Jump to search
 
Line 8: Line 8:
  
 
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.
 
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.
 
See also: RequestHeader, RequestHeaderLen, RequestBodyLen, OnBeforeSendRequest, OnAfterSendRequest.

Latest revision as of 12:30, 14 May 2011

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.