TWinsock2TCPListenerThread

From Ultibo.org
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



TWinsock2TCPListenerThread = class(TWinsock2SocketThread)

public
constructor Create(AListener:TWinsock2TCPListener);  
private
FListener:TWinsock2TCPListener;  
protected
procedure AfterExecution; override;  
procedure BeforeExecution; override;  
public
property Listener:TWinsock2TCPListener read FListener;  
 
procedure Execution; override;  


Function declarations



constructor TWinsock2TCPListenerThread.Create(AListener:TWinsock2TCPListener);
Description: To be documented
Note None documented


procedure TWinsock2TCPListenerThread.AfterExecution;
Description: To be documented
Note None documented


procedure TWinsock2TCPListenerThread.BeforeExecution;
Description: To be documented
Note None documented


procedure TWinsock2TCPListenerThread.Execution;
Description: To be documented
Note None documented


Return to Unit Reference