Method: Rex::Socket::Comm::Events#on_before_socket_create
- Defined in:
- lib/rex/socket/comm.rb
#on_before_socket_create(comm, param) ⇒ Object
This callback is notified when a socket is being created and is passed the parameters that will be used to create it.
31 32 |
# File 'lib/rex/socket/comm.rb', line 31 def on_before_socket_create(comm, param) end |