Difference between revisions of "TWinsock2TCPServerThread"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Winsock2 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...")
 
(No difference)

Latest revision as of 04:17, 6 June 2018

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2TCPServerThread = class(TWinsock2SocketThread)


Function declarations



[Expand]
constructor TWinsock2TCPServerThread.Create(AServer:TWinsock2TCPServer);
Description: To be documented


[Expand]
destructor TWinsock2TCPServerThread.Destroy;
Description: To be documented


[Expand]
procedure TWinsock2TCPServerThread.AfterExecution;
Description: To be documented


[Expand]
procedure TWinsock2TCPServerThread.BeforeExecution;
Description: To be documented


[Expand]
procedure TWinsock2TCPServerThread.Execution;
Description: To be documented


Return to Unit Reference