Method: Rex::Socket::Parameters#localport
- Defined in:
- lib/rex/socket/parameters.rb
#localport ⇒ Fixnum
The local port. Equivalent to the LocalPort parameter hash key.
290 291 292 |
# File 'lib/rex/socket/parameters.rb', line 290 def localport @localport end |