Method: Rex::Socket::Parameters#localhost
- Defined in:
- lib/rex/socket/parameters.rb
#localhost ⇒ String Also known as: localaddr
The local host. Equivalent to the LocalHost parameter hash key.
286 287 288 |
# File 'lib/rex/socket/parameters.rb', line 286 def localhost @localhost end |