Skip to content

Client Method NewClient

Paul Mansour edited this page May 29, 2020 · 3 revisions

NewClient Method

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.

Clone this wiki locally