:Connect()


Class

     :aprGopher()

 

Syntax

     :Connect(cHost,[nPort],[nTimeout] ) --> lSuccess

 

Parameters

 

cHost

String, May be a fully-qualified domain name or an IP address.

 

nPort

Optional: Numeric, Port that the remote Server is listening on for connections

 

nTimeout

Optional: Numeric. Number of Seconds to wait before resulting in a Timeout Error.

A Value of zero indicates that the process should wait indefinitely for the Server to respond.

 

Return

     lSuccess, Logical True if Successful.

     Otherwise you can find further error information in :nErr and :cErr

 

     If the function succeeds, the client session value can be found in :Session.

 

Description

:Connect() is used to connect to a remote Finger Server to process the Query.

 

See Also

     :Disconnect()