TWinsock2TCPClient

From Ultibo.org
Revision as of 04:14, 6 June 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Winsock2 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2TCPClient = class(TWinsock2TCPSocket)


Function declarations



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


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


[Expand]
procedure TWinsock2TCPClient.SetFamily(AFamily:Integer);
Description: To be documented


[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.Connect:Boolean;
Description: To be documented


[Expand]
function TWinsock2TCPClient.ConnectEx:Boolean;
Description: Similar to Connect except will get all addresses for RemoteHost and try each one in turn


[Expand]
function TWinsock2TCPClient.Disconnect:Boolean;
Description: To be documented


Return to Unit Reference