[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Connects to the other side
Source position: lnet.pp line 386
public function TLTcp.Connect( |
const Address: String; |
const APort: Word |
):Boolean; override; |
Address |
|
The address to conenct to |
APort |
|
The port to connect on |
Returns true on initial success. Connection result is reported via OnConnect event
This method is used to open a TCP connection to a remote host.
No notes exist for this page yet.