Method: Rex::Socket#localport

Defined in:
lib/rex/socket.rb

#localportObject

The local port of the connected socket.



760
761
762
# File 'lib/rex/socket.rb', line 760

def localport
  @localport
end