()
| 254 | } |
| 255 | |
| 256 | close(): Promise<void> { |
| 257 | this._socket.end(() => { |
| 258 | this.closedResolve(); |
| 259 | }); |
| 260 | return this.closed; |
| 261 | } |
| 262 | |
| 263 | startTls(): Socket { |
| 264 | if (this.secureTransport !== "starttls") { |
no outgoing calls
no test coverage detected