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