Method: Pdfcrowd::ConnectionHelper#setProxy
- Defined in:
- lib/pdfcrowd.rb
#setProxy(host, port, user_name, password) ⇒ Object
573 574 575 576 577 578 |
# File 'lib/pdfcrowd.rb', line 573 def setProxy(host, port, user_name, password) @proxy_host = host @proxy_port = port @proxy_user_name = user_name @proxy_password = password end |