Get the address of the connected client. Note that multiple clients may have the same IP address, if they share an internet connection (which is very common). */
| 575 | share an internet connection (which is very common). |
| 576 | */ |
| 577 | QHostAddress HttpRequest::getPeerAddress() const |
| 578 | { |
| 579 | return peerAddress; |
| 580 | } |
| 581 |
no outgoing calls
no test coverage detected