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