ProxyDetails
public struct ProxyDetails
Model class to represent proxy details (attributes).
Field Summary
Parameters | ||
---|---|---|
String | host | The proxy server's URL (or IP Address). |
Int | port | The port number associated with the proxy server. |
String | userName | Username to log in to the proxy server. |
String | password | Password to use to login to the proxy server. |
Bool | HTTPOnly | Indicates if the proxy server is HTTP enabled. The default value is false. |