zcrmsdk
Version:
Node JS SDK for Zoho CRM
38 lines (22 loc) • 1.29 kB
Markdown
# RequestProxy
This class represents the properties of proxy for the user.
## Package /routes/request_proxy
## Constructors
| Constructor | Description |
| :-------------------------------- | :------------------------------------------------------------------------------------ |
| constructor([host](#host), [port](#port), [user](#user)=null, [password](#password)=null) | Creates an ***RequestProxy class*** instance with the specified parameters. |
### host
A String containing the hostname or address of the proxy server
### port
An Integer containing the port number of the proxy server
### user
A String containing the user name of the proxy server
### password
A String containing the password of the proxy server
## Methods
| Method | Description |
| :---------------- | :------------------------------------------------------ |
| host | The getter method to get the ***Proxy host***.
| port | The getter method to get the ***Proxy port***. |
| user | The getter method to get the ***Proxy user***. |
| password | The getter method to get the ***Proxy password***. |