Difference between revisions of "Midware TClientWSocket.ReplyBody"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.ReplyBody | R…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' ReplyBody: '''PChar''';
+
  '''property''' ReplyBody: PChar;
  
 
== Description ==
 
== Description ==
  
 
ReplyBody point to the answer to be sent to the client. See also ReplyHeader, ReplyHeaderLen and ReplyBodyLen.
 
ReplyBody point to the answer to be sent to the client. See also ReplyHeader, ReplyHeaderLen and ReplyBodyLen.

Latest revision as of 14:36, 14 May 2011

Main page -> Midware component reference -> TClientWSocket -> ReplyBody

Definition

property ReplyBody: PChar;

Description

ReplyBody point to the answer to be sent to the client. See also ReplyHeader, ReplyHeaderLen and ReplyBodyLen.