'Usage Dim hostName As String Dim port As Integer Dim instance As New SOCKS4ProxyClient(hostName, port)
Parameters
- hostName
- A System.String that represents a parsable valid IPv4 address or host name hosting the Proxy service. If a host name is specified, the proxy must support the SOCKS4A protocol.
- port
- A System.Integer that represents the proxy server listening port number.