()
| 3776 | get upgraded(): boolean |
| 3777 | get secureTransport(): 'on' | 'off' | 'starttls' |
| 3778 | close(): Promise<void> |
| 3779 | startTls(options?: TlsOptions): Socket |
| 3780 | } |
| 3781 | interface SocketOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected