Difference between revisions of "Midware TClientWSocket.ReplyBodyLen"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.ReplyBodyLen …')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' ReplyBodyLen: '''Integer''';
+
  '''property''' ReplyBodyLen: Integer;
  
 
== Description ==
 
== Description ==
  
 
ReplyBodyLen is the length in bytes for the answer. See also ReplyHeader, ReplyHeaderLen and ReplyBody.
 
ReplyBodyLen is the length in bytes for the answer. See also ReplyHeader, ReplyHeaderLen and ReplyBody.

Latest revision as of 14:36, 14 May 2011

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

Definition

property ReplyBodyLen: Integer;

Description

ReplyBodyLen is the length in bytes for the answer. See also ReplyHeader, ReplyHeaderLen and ReplyBody.