--- title: proxySocks5 description: A SOCKS5 proxy image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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)