()
| 2434 | get closed(): Promise<void>; |
| 2435 | get opened(): Promise<SocketInfo>; |
| 2436 | get upgraded(): boolean; |
| 2437 | get secureTransport(): "on" | "off" | "starttls"; |
| 2438 | close(): Promise<void>; |
| 2439 | startTls(options?: TlsOptions): Socket; |
nothing calls this directly
no outgoing calls
no test coverage detected