Connects to the proxy server and, if successful, a TcpClient is returned for communications with the destination server.
[Visual Basic] Overrides Overloads Public Function Connect( _ ByVal serverAddress As String, _ ByVal serverPort As Integer, _ ByVal userName As String, _ ByVal password As String _ ) As TcpClient _