TWinsock2TCPClient
From Ultibo.org
Return to Unit Winsock2
Description
To be documented
Class definitions
[Expand]
TWinsock2TCPClient = class(TWinsock2TCPSocket)
Function declarations
[Expand]
procedure TWinsock2TCPClient.SetBoundAddress(const ABoundAddress:String);
Description: To be documented
[Expand]
procedure TWinsock2TCPClient.SetRemotePort(ARemotePort:Word);
Description: To be documented
[Expand]
procedure TWinsock2TCPClient.SetRemoteHost(const ARemoteHost:String);
Description: To be documented
[Expand]
procedure TWinsock2TCPClient.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented
[Expand]
function TWinsock2TCPClient.AllocateFamily:Boolean;
Description: Check Family, Bound Address and Remote Address, normalise as needed
[Expand]
function TWinsock2TCPClient.AllocateRemoteAddress(var ALength:Integer):PSockAddr;
Description: Allocate a socket address structure for the remote address and port
[Expand]
function TWinsock2TCPClient.ConnectEx:Boolean;
Description: Similar to Connect except will get all addresses for RemoteHost and try each one in turn
Return to Unit Reference