Method: Rex::Socket#peerhost

Defined in:
lib/rex/socket.rb

#peerhostObject

The peer host of the connected socket.



748
749
750
# File 'lib/rex/socket.rb', line 748

def peerhost
  @peerhost
end