property Agent.prototype.sockets
Usage in Deno
```typescript import { Agent } from "node:node__http.d.ts"; ```An object which contains arrays of sockets currently in use by the
agent. Do not modify.
ReadOnlyDict<Socket[]>