Method: Rex::Socket::Parameters#ssl

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

#sslBool

Whether or not SSL should be used to wrap the connection.



325
326
327
# File 'lib/rex/socket/parameters.rb', line 325

def ssl
  @ssl
end