TWinsock2TCPSocket
From Ultibo.org
Return to Unit Winsock2
Description
To be documented
Class definitions
[Expand]
TWinsock2TCPSocket = class(TWinsock2Socket)
Function declarations
[Expand]
procedure TWinsock2TCPSocket.SetSocketType(ASocketType:Integer);
Description: To be documented
[Expand]
procedure TWinsock2TCPSocket.SetUseKeepalive(AUseKeepalive:Boolean);
Description: To be documented
[Expand]
procedure TWinsock2TCPSocket.SetSegmentSize(ASegmentSize:Integer);
Description: To be documented
[Expand]
procedure TWinsock2TCPSocket.MaxSegmentSize:LongWord read GetMaxSegmentSize write SetMaxSegmentSize;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.Listen(ABacklog:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.ReadFromSocket(AData:Pointer; ASize:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.WriteToSocket(AData:Pointer; ASize:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.ReadFromSocketEx(AData:Pointer; ASize:Integer; var ACount:Integer; var AClosed:Boolean; AWait:Boolean; ATimeout:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.WriteToSocketEx(AData:Pointer; ASize:Integer; var ACount:Integer; AWait:Boolean; ATimeout:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.ReadData(AData:Pointer; ACount:Integer):Boolean;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.WriteData(AData:Pointer; ACount:Integer):Boolean;
Description: To be documented
[Expand]
function TWinsock2TCPSocket.ReadAvailable(AData:Pointer; ASize:Integer; var ACount:Integer; var AClosed:Boolean):Boolean;
Description: To be documented
Return to Unit Reference