Difference between revisions of "Midware TClientWSocket.SendReply"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | ''' | + | '''procedure''' 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. |
Latest revision as of 14:38, 14 May 2011
Main page -> Midware component reference -> TClientWSocket -> SendReply
Definition
procedure 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.