Midware TAppSrvClient.RequestBodyLen

From Overbyte
Jump to navigation Jump to search

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.