Method: Rex::Socket::Parameters#localhost

Defined in:
lib/rex/socket/parameters.rb

#localhostString Also known as: localaddr

The local host. Equivalent to the LocalHost parameter hash key.

Returns:

  • (String)


286
287
288
# File 'lib/rex/socket/parameters.rb', line 286

def localhost
  @localhost
end