Difference between revisions of "Midware TAppSrvClient.RequestHeader"

From Overbyte
Jump to navigation Jump to search
 
Line 8: Line 8:
  
 
RequestHeader gives the address where the message header 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.
 
RequestHeader gives the address where the message header 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: RequestHeaderLen, RequestBody, RequestBodyLen, OnBeforeSendRequest, OnAfterSendRequest.
 
See also: RequestHeaderLen, RequestBody, RequestBodyLen, OnBeforeSendRequest, OnAfterSendRequest.

Latest revision as of 12:31, 14 May 2011

Main page -> Midware component reference -> TAppSrvClient -> RequestHeader

Definition

property RequestHeader: PChar;

Description

RequestHeader gives the address where the message header 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: RequestHeaderLen, RequestBody, RequestBodyLen, OnBeforeSendRequest, OnAfterSendRequest.