Method: Arachni::OptionGroups::HTTP#proxy_port

Defined in:
lib/arachni/option_groups/http.rb

#proxy_portInteger

Returns Port of the HTTP proxy server.

Returns:

  • (Integer)

    Port of the HTTP proxy server.

See Also:



90
91
92
# File 'lib/arachni/option_groups/http.rb', line 90

def proxy_port
  @proxy_port
end