The properties of the Socks5Handler class are listed below. For a complete list of Socks5Handler class members, see the Socks5Handler Members topic.
Protected Instance Properties
| AcceptSocket (inherited from SocksHandler) | Gets or sets the socket that is used to accept incoming connections. |
| Buffer (inherited from SocksHandler) | Gets a buffer that can be used when receiving bytes from the client. |
| Bytes (inherited from SocksHandler) | Gets or sets a byte array that can be used to store received bytes from the client. |
| Connection (inherited from SocksHandler) | Gets or sets the connection with the client. |
| RemoteBindIP (inherited from SocksHandler) | Gets or sets the IP address of the requested remote server. |
| RemoteConnection (inherited from SocksHandler) | Gets or sets the connection with the remote host. |
Private Instance Properties
| AuthList | Gets or sets the AuthenticationList object to use when trying to authenticate the SOCKS client. |
| AuthMethod | Gets or sets the the AuthBase object to use when trying to authenticate the SOCKS client. |
See Also
Socks5Handler Class | Org.Mentalis.Proxy.Socks Namespace