net_tcp_ssl
TLS-capable TCP socket object.
Target
Signature
1net_tcp_ssl()TLS-capable TCP socket object.
net_tcp_ssl constructs or identifies a LaiRu value type. net_tcp_ssl performs network or protocol work. Make timeouts, encodings, and authentication settings visible in calling code so failures are easier to diagnose.
Examples
Basic call
1net_tcp_ssl->connect('example.com', 443)The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.