Method: Rex::Socket#localhost

Defined in:
lib/rex/socket.rb

#localhostObject

The local host of the connected socket.



756
757
758
# File 'lib/rex/socket.rb', line 756

def localhost
  @localhost
end