()
| 2418 | get opened(): Promise<SocketInfo>; |
| 2419 | get upgraded(): boolean; |
| 2420 | get secureTransport(): "on" | "off" | "starttls"; |
| 2421 | close(): Promise<void>; |
| 2422 | startTls(options?: TlsOptions): Socket; |
| 2423 | } |
nothing calls this directly
no outgoing calls
no test coverage detected