Current connection host. Returns host(str): host address
(self)
| 70 | |
| 71 | @property |
| 72 | def host(self): |
| 73 | """Current connection host. |
| 74 | |
| 75 | Returns |
| 76 | host(str): host address |
| 77 | |
| 78 | """ |
| 79 | |
| 80 | return self.connection.link.host() |
| 81 | |
| 82 | @property |
| 83 | def port(self): |