tls.connect(port, host?, options?, callback?): tls.TLSSocket
Attributes
port:
numberDefault value for
options.port.host:
stringDefault value for
options.host.options:
ObjectSee
tls.connect().callback:
FunctionSee
tls.connect().Returns:
tls.TLSSocketSame as tls.connect() except that port and host can be provided
as arguments instead of options.
A port or host option, if specified, will take precedence over any port or host argument.