Interface: TCPSocketOpenInfo
Properties
localAddress
localAddress: string
localPort
localPort: number
readable
readable: ReadableStream<Uint8Array>
remoteAddress
remoteAddress: string
remotePort
remotePort: number
writable
writable: WritableStream<Uint8Array>