-
Notifications
You must be signed in to change notification settings - Fork 1
Client Method NewClient
Paul Mansour edited this page May 29, 2020
·
3 revisions
Creates a new client object.
R←NewClient X
The NewClient method creates a new client object. This is a static method requiring no left argument. If X is a URI string or URI object, then the Host, Port and Secure properties are initialized as appropriate. R is a client object. A client is not connected until the Connect method is called.