()
| 3522 | } |
| 3523 | |
| 3524 | close() { |
| 3525 | ReflectApply(NETServer.prototype.close, this, arguments); |
| 3526 | closeAllSessions(this); |
| 3527 | } |
| 3528 | |
| 3529 | async [SymbolAsyncDispose]() { |
| 3530 | await promisify(super.close).call(this); |
nothing calls this directly
no test coverage detected