Method: Rex::Socket::Parameters#bare

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

#bareBool

Whether or not this is a bare (non-extended) socket instance that should be created.

Returns:

  • (Bool)


321
322
323
# File 'lib/rex/socket/parameters.rb', line 321

def bare
  @bare
end