LocalAddr returns the net.Addr of the server side of the connection.
()
| 30 | |
| 31 | // LocalAddr returns the net.Addr of the server side of the connection. |
| 32 | LocalAddr() net.Addr |
| 33 | |
| 34 | // Environ returns a copy of strings representing the environment set by the |
| 35 | // user for this session, in the form "key=value". |