|
RAD Studio VCL Reference
|
Occurs when the server socket should write information to a client socket.
property OnClientWrite: TSocketNotifyEvent;
__property TSocketNotifyEvent OnClientWrite;
Write an OnClientWrite event handler to write to the socket connection. If the ServerType property is stThreadBlocking, use a TWinSocketStream object to prevent problems that arise while writing from causing the execution thread to hang indefinitely. Otherwise, use the methods of the Socket parameter to perform the actual writing.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|