TWinsock2TCPListener

From Ultibo.org
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2TCPListener = class(TWinsock2TCPSocket)


Function declarations



[Expand]
constructor TWinsock2TCPListener.Create;
Description: To be documented


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


[Expand]
procedure TWinsock2TCPListener.SetActive(AActive:Boolean);
Description: To be documented


[Expand]
procedure TWinsock2TCPListener.SetLastError(ALastError:LongInt);
Description: To be documented


[Expand]
procedure TWinsock2TCPListener.DoConnect(AThread:TWinsock2TCPServerThread);
Description: To be documented


[Expand]
procedure TWinsock2TCPListener.DoDisconnect(AThread:TWinsock2TCPServerThread);
Description: To be documented


[Expand]
function TWinsock2TCPListener.DoExecute(AThread:TWinsock2TCPServerThread):Boolean;
Description: To be documented


Return to Unit Reference