Difference between revisions of "Midware TAppSrvClient.RequestBodyLen"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.RequestBodyLen |…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' RequestBodyLen: | + | '''property''' RequestBodyLen: Integer; |
== Description == | == Description == |
Revision as of 12:30, 14 May 2011
Main page -> Midware component reference -> TAppSrvClient -> RequestBodyLen
Definition
property RequestBodyLen: Integer;
Description
RequestBodyLen gives the message body length 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, RequestBody, OnBeforeSendRequest, OnAfterSendRequest.