Difference between revisions of "Midware TClientWSocket.SendReply"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | ''' | + | '''procedure''' 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 14:22, 5 May 2011
Main page -> Midware component reference -> TClientWSocket -> SendReply
Definition
procedure 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.