Method: Pdfcrowd::ImageToImageClient#setProxy

Defined in:
lib/pdfcrowd.rb

#setProxy(host, port, user_name, password) ⇒ Object

Specifies an HTTP proxy that the API client library will use to connect to the internet.

  • host - The proxy hostname.

  • port - The proxy port.

  • user_name - The username.

  • password - The password.

  • Returns - The converter object.



3795
3796
3797
3798
# File 'lib/pdfcrowd.rb', line 3795

def setProxy(host, port, user_name, password)
    @helper.setProxy(host, port, user_name, password)
    self
end