'Declaration Public Function New( _ ByVal hostName As String, _ ByVal port As Integer, _ ByVal userId As String _ )
'Usage Dim hostName As String Dim port As Integer Dim userId As String Dim instance As New SOCKS4ProxyClient(hostName, port, userId)
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.
- userId
- A System.String that represents the SOCKS userId.