--- title: proxySocks5 description: A SOCKS5 proxy --- ## Constructor: proxySocks5 [Back to constructors index](index.md) A SOCKS5 proxy ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |server|[string](../types/string.md) | Yes|Proxy server ip address| |port|[int](../types/int.md) | Yes|Proxy server port| |username|[string](../types/string.md) | Yes|Username to log in| |password|[string](../types/string.md) | Yes|Password to log in| ### Type: [Proxy](../types/Proxy.md)