Difference between revisions of "Midware TClientWSocket.SendReply"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.SendReply | S…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' SendReply: '''SendReply; virtual | + | '''property''' SendReply: '''SendReply; virtual'''; |
== Description == | == Description == | ||
SendReply procedure will send ReplyHeader and About MidWare followed by a CR/LF pair. This constitute the entire reply message sent to a client. | SendReply procedure will send ReplyHeader and About MidWare followed by a CR/LF pair. This constitute the entire reply message sent to a client. |
Revision as of 08:16, 5 May 2011
Main page -> Midware component reference -> TClientWSocket -> SendReply
Definition
property SendReply: SendReply; virtual;
Description
SendReply procedure will send ReplyHeader and About MidWare followed by a CR/LF pair. This constitute the entire reply message sent to a client.