mirror of https://github.com/nodejs/node.git
Docs for Socket::bytesRead, Socket::bytesWritten
This commit is contained in:
parent
14b75a126f
commit
216829e752
|
@ -323,6 +323,14 @@ The string representation of the remote IP address. For example,
|
|||
The numeric representation of the remote port. For example,
|
||||
`80` or `21`.
|
||||
|
||||
#### socket.bytesRead
|
||||
|
||||
The amount of received bytes.
|
||||
|
||||
#### socket.bytesWritten
|
||||
|
||||
The amount of bytes sent.
|
||||
|
||||
|
||||
|
||||
#### Event: 'connect'
|
||||
|
|
Loading…
Reference in New Issue