| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 508ec0e commit b8656c4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1400,6 +1400,17 @@ added: v0.5.10 | |||
| 1400 | 1400 | The numeric representation of the remote port. For example, `80` or `21`. Value may be `undefined` if | |
| 1401 | 1401 | the socket is destroyed (for example, if the client disconnected). | |
| 1402 | 1402 | ||
| 1403 | + ### `socket.server` | ||
| 1404 | + | ||
| 1405 | + <!-- YAML | ||
| 1406 | + added: v0.3.4 | ||
| 1407 | + --> | ||
| 1408 | + | ||
| 1409 | + * Type: {net.Server|null} | ||
| 1410 | + | ||
| 1411 | + Reference to the server that accepted the socket. This is `null` for sockets | ||
| 1412 | + that were not accepted by a server. | ||
| 1413 | + | ||
| 1403 | 1414 | ### `socket.resetAndDestroy()` | |
| 1404 | 1415 | ||
| 1405 | 1416 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments